Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed Nov 13, 2023
1 parent fab9f54 commit cde7c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl Reedline {
/// separate enter.
///
/// At this point most terminals should support it or ignore the setting of the necessary
/// flags. For full compatibillity, keep it disabled.
/// flags. For full compatibility, keep it disabled.
pub fn use_bracketed_paste(mut self, enable: bool) -> Self {
self.bracketed_paste.set(enable);
self

Check warning on line 247 in src/engine.rs

View check run for this annotation

Codecov / codecov/patch

src/engine.rs#L245-L247

Added lines #L245 - L247 were not covered by tests
Expand Down

0 comments on commit cde7c89

Please sign in to comment.