We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf565b5 commit f8c893dCopy full SHA for f8c893d
doc/api/util.markdown
@@ -54,7 +54,7 @@ argument. Supported placeholders are:
54
* `%s` - String.
55
* `%d` - Number (both integer and float).
56
* `%j` - JSON. Replaced with the string `'[Circular]'` if the argument
57
- contains circular references.
+contains circular references.
58
* `%%` - single percent sign (`'%'`). This does not consume an argument.
59
60
If the placeholder does not have a corresponding argument, the placeholder is
0 commit comments