Skip to content

Commit b5f54a6

Browse files
tcochalamirault
andauthored
Fix typo
Co-authored-by: Antoine Lamirault <lantoine37@hotmail.fr>
1 parent f464526 commit b5f54a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Methods to Change Case
234234
u('Foo: Bar-baz.')->snake(); // 'foo_bar_baz'
235235
// changes all graphemes/code points to kebab-case
236236
u('Foo: Bar-baz.')->kebab(); // 'foo-bar-baz'
237-
// changes all graphemes/code points to pascal-case
237+
// changes all graphemes/code points to PascalCase
238238
u('Foo: Bar-baz.')->pascal(); // 'FooBarBaz'
239239
// other cases can be achieved by chaining methods, e.g. :
240240
u('Foo: Bar-baz.')->camel()->upper(); // 'FOOBARBAZ'

0 commit comments

Comments
 (0)