Skip to content

Commit 2134f22

Browse files
committed
minor #12792 Remove superfluous space (jdreesen)
This PR was merged into the 5.0 branch. Discussion ---------- Remove superfluous space <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ff0a923 Remove superfluous space
2 parents 9d3a684 + ff0a923 commit 2134f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Methods to Change Case
211211
The methods of all string classes are case-sensitive by default. You can perform
212212
case-insensitive operations with the ``ignoreCase()`` method::
213213

214-
u('abc')->indexOf('B'); // null
214+
u('abc')->indexOf('B'); // null
215215
u('abc')->ignoreCase()->indexOf('B'); // 1
216216

217217
Methods to Append and Prepend

0 commit comments

Comments
 (0)