Skip to content

Commit db84f18

Browse files
author
matt
committed
Fixed capitalisation in example
1 parent c70560e commit db84f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ and `UniqueVariableLabeler`. Along with the `NumberSuffix` implementation of `Un
113113
```
114114
array(3) {
115115
'Déjà vu' =>
116-
string(11) "firstDejaVu"
116+
string(11) "FirstDejaVu"
117117
'foo' =>
118118
string(3) "Foo"
119119
'deja vu' =>
120-
string(12) "secondDejaVu"
120+
string(12) "SecondDejaVu"
121121
}
122122
```
123123

0 commit comments

Comments
 (0)