Improve doc comment

pull/856/head^2
Wilfred Hughes 2025-07-30 09:40:25 +07:00
parent 022133bad0
commit cabe203465
1 changed files with 2 additions and 2 deletions

@ -689,8 +689,8 @@ pub(crate) struct MatchedPos {
pub(crate) pos: SingleLineSpan,
}
/// Given the text `content` from a comment or strings, split it into
/// 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.
///
/// If there is negligible text in common with `opposite_content`,
/// treat the whole `content` as a single novel region.