Added explanation why %@ is used as string placeholder to README.

This commit is contained in:
Sebastian Ludwig 2015-12-18 13:40:38 +01:00
parent 2e0557741b
commit eaa3666f5a

View file

@ -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