Skip to content

Commit

Permalink
Fixed a spacing issue in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 16, 2010
1 parent 14289e3 commit bc33870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs.txt
Expand Up @@ -1064,9 +1064,9 @@ Your config file is a Lua script, and as such, has access to all of Lua's
MojoSetup.format(fmt, ...)

Format a string, sort of (but not exactly!) like sprintf().
The only formatters accepted are %0 through %9 (and %%), which do not
have to appear in order in the string, but match the varargs in the
order they are passed to the function.
The only formatters accepted are %0 through %9 (and %%), which do not
have to appear in order in the string, but match the varargs in the
order they are passed to the function.

format('%1 %0 %1 %%', 'X', 'Y', 'Z') will return the string: 'Y X Y %'

Expand Down

0 comments on commit bc33870

Please sign in to comment.