Added explanation why %@ is used as string placeholder to README.
This commit is contained in:
parent
2e0557741b
commit
eaa3666f5a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Each grouping section contains N string definitions. These string definitions st
|
|||
|
||||
### Placeholders
|
||||
|
||||
Twine supports [`printf` style placeholders](https://en.wikipedia.org/wiki/Printf_format_string) with one peculiarity: `@` is used for strings instead of `s`.
|
||||
Twine supports [`printf` style placeholders](https://en.wikipedia.org/wiki/Printf_format_string) with one peculiarity: `@` is used for strings instead of `s`. This is because Twine started out as a tool for iOS and OS X projects.
|
||||
|
||||
### Tags
|
||||
|
||||
|
|
Reference in a new issue