Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 5, 2023
1 parent 7507fb7 commit 4208d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/format-tokenize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Tokenizes a string into an array of string parts and format identifier objects.
var str = 'Hello, %s! My name is %s.';
var out = formatTokenize( str );
// returns [ 'Hello, ', {...}, '! My name is ', {...}, '.' ]
```
```

The format identifier objects have the following properties:

Expand Down

0 comments on commit 4208d33

Please sign in to comment.