From e7e3317ff0919aee184179593ad305aef113e825 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Tue, 4 Mar 2025 17:06:21 +0200 Subject: [PATCH] remove unnecessary dots from docs --- src/preprocess/links.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preprocess/links.rs b/src/preprocess/links.rs index 99d9b9ea..87ae3af3 100644 --- a/src/preprocess/links.rs +++ b/src/preprocess/links.rs @@ -19,9 +19,9 @@ const MAX_LINK_NESTED_DEPTH: usize = 10; /// A preprocessor for expanding helpers in a chapter. Supported helpers are: /// /// - `{{# include}}` - Insert an external file of any type. Include the whole file, only particular -///. lines, or only between the specified anchors. +/// lines, or only between the specified anchors. /// - `{{# rustdoc_include}}` - Insert an external Rust file, showing the particular lines -///. specified or the lines between specified anchors, and include the rest of the file behind `#`. +/// specified or the lines between specified anchors, and include the rest of the file behind `#`. /// This hides the lines from initial display but shows them when the reader expands the code /// block and provides them to Rustdoc for testing. /// - `{{# playground}}` - Insert runnable Rust files