Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassir Barchi committed Nov 19, 2024
1 parent f2da663 commit 31114d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minijinja-contrib/src/filters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub fn filesizeformat(value: f64, binary: Option<bool>) -> String {
/// The filter accepts a few keyword arguments:
/// * `length`: maximum length of the output string (defaults to 255)
/// * `killwords`: set to `true` if you want to cut text exactly at length; if `false`,
/// the filter will preserve last word (defaults to `false`)
/// the filter will preserve last word (defaults to `false`)
/// * `end`: if you want a specific ellipsis sign you can specify it (defaults to "...")
/// * `leeway`: determines the tolerance margin before truncation occurs (defaults to 5)
///
Expand Down

0 comments on commit 31114d4

Please sign in to comment.