Skip to content

Commit 18870c1

Browse files
committed
rustc: doc comments
1 parent ac908fa commit 18870c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ impl<'a> Id<'a> {
392392
/// digit (i.e., the regular expression `[a-zA-Z_][a-zA-Z_0-9]*`).
393393
///
394394
/// (Note: this format is a strict subset of the `ID` format
395-
/// defined by the DOT language. This function may change in the
395+
/// defined by the DOT language. This function may change in the
396396
/// future to accept a broader subset, or the entirety, of DOT's
397397
/// `ID` format.)
398398
///
@@ -529,7 +529,7 @@ impl<'a> LabelText<'a> {
529529
}
530530

531531
/// Decomposes content into string suitable for making EscStr that
532-
/// yields same content as self. The result obeys the law
532+
/// yields same content as self. The result obeys the law
533533
/// render(`lt`) == render(`EscStr(lt.pre_escaped_content())`) for
534534
/// all `lt: LabelText`.
535535
fn pre_escaped_content(self) -> Cow<'a, str> {

0 commit comments

Comments
 (0)