Skip to content

Commit 5390e44

Browse files
authored
Merge pull request #2566 from szabgab/remove-dots-from-docs
remove unnecessary dots from docs
2 parents d68a596 + e7e3317 commit 5390e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/preprocess/links.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const MAX_LINK_NESTED_DEPTH: usize = 10;
1919
/// A preprocessor for expanding helpers in a chapter. Supported helpers are:
2020
///
2121
/// - `{{# include}}` - Insert an external file of any type. Include the whole file, only particular
22-
///. lines, or only between the specified anchors.
22+
/// lines, or only between the specified anchors.
2323
/// - `{{# rustdoc_include}}` - Insert an external Rust file, showing the particular lines
24-
///. specified or the lines between specified anchors, and include the rest of the file behind `#`.
24+
/// specified or the lines between specified anchors, and include the rest of the file behind `#`.
2525
/// This hides the lines from initial display but shows them when the reader expands the code
2626
/// block and provides them to Rustdoc for testing.
2727
/// - `{{# playground}}` - Insert runnable Rust files

0 commit comments

Comments
 (0)