Skip to content

Commit cabe203

Browse files
committed
Improve doc comment
1 parent 022133b commit cabe203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parse/syntax.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ pub(crate) struct MatchedPos {
689689
pub(crate) pos: SingleLineSpan,
690690
}
691691

692-
/// Given the text `content` from a comment or strings, split it into
693-
/// MatchedPos values for the novel and unchanged words.
692+
/// Given the text `content` from a comment or string, split it into
693+
/// `MatchedPos` values for the novel and unchanged words.
694694
///
695695
/// If there is negligible text in common with `opposite_content`,
696696
/// treat the whole `content` as a single novel region.

0 commit comments

Comments
 (0)