File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 > {
You can’t perform that action at this time.
0 commit comments