diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 0f24a58..ff9e752 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -17,7 +17,7 @@ There are many libraries for template rendering in Rust. Among those libraries, ## Upcoming features -Since sailfish is on early stage of development, there are many upcoming features that is not supported yet. You can find many [RFC](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+RFC%22)s in my repository. These RFC include: +Since sailfish is on early stage of development, there are many upcoming features that is not supported yet. You can find many [RFC](https://github.com/rust-sailfish/sailfish/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+RFC%22)s in my repository. These RFC include: - `Template` trait (which does not consume itself) - Template inheritance (block, partials, etc.)