Skip to content

Commit

Permalink
Apply rule from issue #465 to core document.rs
Browse files Browse the repository at this point in the history
when best-effort is an adjective it should by connected using a hyphen
  • Loading branch information
hippietrail authored Jan 26, 2025
1 parent 65e51cf commit 7e0a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl Document {
}

/// Searches for quotation marks and fills the
/// [`Punctuation::Quote::twin_loc`] field. This is on a best effort
/// [`Punctuation::Quote::twin_loc`] field. This is on a best-effort
/// basis.
///
/// Current algorithm is basic and could use some work.
Expand Down

0 comments on commit 7e0a5fc

Please sign in to comment.