Skip to content

Commit d30c061

Browse files
committed
docs: remove uneeded 2nd param in sample code
1 parent caeb828 commit d30c061

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/helpers/text_helper

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

33
$string = 'Fred, Bill,, Joe, Jimmy';
4-
$string = reduce_multiples($string, ','); // results in "Fred, Bill, Joe, Jimmy"
4+
$string = reduce_multiples($string); // results in "Fred, Bill, Joe, Jimmy"

0 commit comments

Comments
 (0)