diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-18 11:23:33 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-18 11:23:33 -0700 |
commit | 8c9a1133269e661658683fc8cee8fd09b0fe3b43 (patch) | |
tree | 9510c0142beb937af22adeea011ad99d1208a670 /doc | |
parent | 722c2b22449b2469192699f038a72a1db80b3f50 (diff) | |
download | simple-opt-8c9a1133269e661658683fc8cee8fd09b0fe3b43.tar.gz |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interface.md b/doc/interface.md index 53838c2..66f8d41 100644 --- a/doc/interface.md +++ b/doc/interface.md @@ -179,7 +179,7 @@ the final argument, `struct simple_opt *options`, is an array of options as defined above. *note:* usage printing's word wrap operates on the assumptions that your -language used delimits words with spaces (i.e. "when i was a child..." vs. +language delimits words with spaces (i.e. "when i was a child..." vs. "子供時代に..."), that the font used is fixed-width, and that every character occupies one column (that is, there are no wide characters, combining diacritics, etc). if these assumptions do not apply to your use case, you |