Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c0cad0

Browse files
authored
Use int type instead integer
Uses the same type hint `int` for all the page Used in `optimizations` config
1 parent 109c4f3 commit 2c0cad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ every ``number_format`` filter call.
269269
decimals
270270
........
271271

272-
**type**: ``integer`` **default**: ``0``
272+
**type**: ``int`` **default**: ``0``
273273

274274
The number of decimals used to format numeric values when no specific number is
275275
passed as argument to the ``number_format`` filter.

0 commit comments

Comments
 (0)