Skip to content

Commit 8ddb990

Browse files
committed
docs: fix incorrect sample code
1 parent d827fc9 commit 8ddb990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/helpers/inflector_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following functions are available:
9494
Takes multiple words in camelCase or PascalCase and converts them to snake_case.
9595
Example:
9696

97-
.. literalinclude:: inflector_helper/007.php
97+
.. literalinclude:: inflector_helper/014.php
9898

9999
.. php:function:: humanize($string[, $separator = '_'])
100100

0 commit comments

Comments
 (0)