Skip to content

Commit 6af994d

Browse files
committed
Remove a stray quotation mark
1 parent 2622c1d commit 6af994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-intra-rustdoc-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The Rust paths used in links are resolved
221221
relative to the item in whose documentation they appear.
222222
Specifically, when using inner doc comments (`//!`, `/*!`),
223223
the paths are resolved from the inside of the item,
224-
while regular doc comments (`///`, `/**`) start from the "parent scope.
224+
while regular doc comments (`///`, `/**`) start from the parent scope.
225225

226226
Here's an example:
227227

0 commit comments

Comments
 (0)