Skip to content

Commit f8c893d

Browse files
yorkiebrendanashworth
authored andcommitted
doc: fix confusion markdown in util.markdown
PR-URL: #1097 Reviewed-By: Brendan Ashworth <[email protected]>
1 parent cf565b5 commit f8c893d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ argument. Supported placeholders are:
5454
* `%s` - String.
5555
* `%d` - Number (both integer and float).
5656
* `%j` - JSON. Replaced with the string `'[Circular]'` if the argument
57-
contains circular references.
57+
contains circular references.
5858
* `%%` - single percent sign (`'%'`). This does not consume an argument.
5959

6060
If the placeholder does not have a corresponding argument, the placeholder is

0 commit comments

Comments
 (0)