Skip to content

Commit

Permalink
docs: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 29, 2023
1 parent f9f53be commit e4d6bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/string/first/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ out = first( 'Hidden Treasures' );
// returns 'H'
```

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.

```javascript
var out = first( 'foo bar', 5 );
Expand Down

0 comments on commit e4d6bf9

Please sign in to comment.