We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022133b commit cabe203Copy full SHA for cabe203
src/parse/syntax.rs
@@ -689,8 +689,8 @@ pub(crate) struct MatchedPos {
689
pub(crate) pos: SingleLineSpan,
690
}
691
692
-/// Given the text `content` from a comment or strings, split it into
693
-/// MatchedPos values for the novel and unchanged words.
+/// Given the text `content` from a comment or string, split it into
+/// `MatchedPos` values for the novel and unchanged words.
694
///
695
/// If there is negligible text in common with `opposite_content`,
696
/// treat the whole `content` as a single novel region.
0 commit comments