Skip to content

Commit 1fc1caf

Browse files
committed
readme: updated underscore() example
1 parent c3167cb commit 1fc1caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ Example:
938938

939939
```javascript
940940
S('dataRate').underscore().s; //'data_rate'
941-
S('CarSpeed').underscore().s; //'_car_speed'
941+
S('CarSpeed').underscore().s; //'car_speed'
942942
S('yesWeCan').underscore().s; //'yes_we_can'
943943
```
944944

0 commit comments

Comments
 (0)