diff options
author | Danil Yarantsev <tiberiumk12@gmail.com> | 2020-06-28 20:17:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:17:18 +0200 |
commit | 79367685601f4c90f6c478ce45651bffd9222c39 (patch) | |
tree | 9347b6f8354061330c9c297c13f47c9b26da294f /doc/nimc.rst | |
parent | 4f70180a58ae46fcf313aed001242f8aa1252b1a (diff) | |
download | Nim-79367685601f4c90f6c478ce45651bffd9222c39.tar.gz |
Fix some typos (#14843)
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r-- | doc/nimc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index 59289a7c8..bd5e897c3 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -348,7 +348,7 @@ of your program. proc glfmMain*(display: ptr GLFMDisplay) {.exportc.} = NimMain() # initialize garbage collector memory, types and stack -Note: XCodes "make clean" gets confused about the genreated nim.c files, +Note: XCode's "make clean" gets confused about the generated nim.c files, so you need to clean those files manually to do a clean build. |