We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f53be commit e4d6bf9Copy full SHA for e4d6bf9
lib/node_modules/@stdlib/string/first/README.md
@@ -42,7 +42,7 @@ out = first( 'Hidden Treasures' );
42
// returns 'H'
43
```
44
45
-If provided a second argument, the function returns the first `n` characters.
+If provided a second argument, the function returns the first `n` visual characters.
46
47
```javascript
48
var out = first( 'foo bar', 5 );
0 commit comments