summary refs log tree commit diff stats
path: root/doc/nims.rst
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-05-05 00:10:26 +0200
committerAraq <rumpf_a@web.de>2019-05-05 00:10:26 +0200
commit9348636cbab8f6ae2ae30345ab009b09f68098b9 (patch)
treea33cf3db11df432d4a4f58861afc4a8558345c39 /doc/nims.rst
parent6ed1f2b93993599dd26452696bca609f102f0b41 (diff)
downloadNim-9348636cbab8f6ae2ae30345ab009b09f68098b9.tar.gz
docs: minor subjective improvement
Diffstat (limited to 'doc/nims.rst')
-rw-r--r--doc/nims.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nims.rst b/doc/nims.rst
index 3f14f8f41..53199782c 100644
--- a/doc/nims.rst
+++ b/doc/nims.rst
@@ -44,7 +44,7 @@ NimScript is subject to some limitations caused by the implementation of the VM
 * ``var T`` function arguments rely on ``ptr`` operations internally and might
   also be problematic in some cases.
 
-* More than one level of `ref` is generally not supported (for example, the type 
+* More than one level of `ref` is generally not supported (for example, the type
   `ref ref int`).
 
 * multimethods are not available.
@@ -154,7 +154,7 @@ installation of Nimble could be accomplished with this simple script:
 
   mvFile "nimble" & $id & "/src/nimble".toExe, "bin/nimble".toExe
 
-You can also use the shebang ``#!/usr/bin/env nim``, as long as your filename
+On Unix, you can also use the shebang ``#!/usr/bin/env nim``, as long as your filename
 ends with ``.nims``:
 
 .. code-block:: nim