Skip to content

Commit ff0a923

Browse files
authored
Remove superfluous space
1 parent 9d3a684 commit ff0a923

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)