Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2015-12-18 15:40:38 +0300
committerSebastian Ludwig <sebastian@lurado.de>2015-12-18 15:40:38 +0300
commiteaa3666f5a07c29235ea271074181cd619af9125 (patch)
tree36debb151778aa43d18623233eae755b6965d2be /README.md
parent2e0557741b94e080dee6da2370f6d64e8852b65f (diff)
Added explanation why %@ is used as string placeholder to README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a50458a..04d3653 100644
--- a/README.md
+++ b/README.md
@@ -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