Skip to content

Commit

Permalink
Update src/main/java/com/hubspot/jinjava/lib/filter/SliceFilter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Boulter <jeff@boulter.com>
  • Loading branch information
lozenko and boulter authored Mar 19, 2024
1 parent 71393fb commit 9798612
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/com/hubspot/jinjava/lib/filter/SliceFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
@JinjavaParam(
value = "slices",
type = "number",
desc = "Specifies how many items will be sliced." +
"Please note, the max limit is " +
desc = "Specifies how many items will be sliced. Maximum value is " +
SliceFilter.MAX_SLICES +
". " +
"All values above this limit will be reduced.",
". ",
required = true
),
@JinjavaParam(
Expand Down

0 comments on commit 9798612

Please sign in to comment.