Skip to content

Commit

Permalink
doc: fix confusion markdown in util.markdown
Browse files Browse the repository at this point in the history
PR-URL: #1097
Reviewed-By: Brendan Ashworth <[email protected]>
  • Loading branch information
yorkie authored and brendanashworth committed Mar 8, 2015
1 parent cf565b5 commit f8c893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/util.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ argument. Supported placeholders are:
* `%s` - String.
* `%d` - Number (both integer and float).
* `%j` - JSON. Replaced with the string `'[Circular]'` if the argument
contains circular references.
contains circular references.
* `%%` - single percent sign (`'%'`). This does not consume an argument.

If the placeholder does not have a corresponding argument, the placeholder is
Expand Down

1 comment on commit f8c893d

@Fishrock123
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendanashworth a better commit message would have been something like "fix indentation" :)

Please sign in to comment.