From 71be5463e557c6e70495bd131383adf495897a80 Mon Sep 17 00:00:00 2001 From: KuuWang Date: Fri, 30 Sep 2022 17:43:23 +0900 Subject: [PATCH] doc(fix typo): no close bracket in example Tutorials (derive, builder > Tutorials (derive, builder) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 1d87f958e2e..5c5841bc6c3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,7 +4,7 @@ We try to focus our documentation on the [four types of documentation](https://documentation.divio.com/). Examples fit into this by providing: - [Cookbook / How-To Guides](https://docs.rs/clap/latest/clap/_cookbook/index.html) -- Tutorials ([derive](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html), [builder](https://docs.rs/clap/latest/clap/_tutorial/index.html) +- Tutorials ([derive](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html), [builder](https://docs.rs/clap/latest/clap/_tutorial/index.html)) This directory contains the source for the above.