summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-06-01 21:21:50 -0700
committerbnewbold <bnewbold@robocracy.org>2017-08-02 11:20:19 -0700
commit2c6d52c4024b7c2368261157c0879bf9a4d23ab8 (patch)
treebe380433a0fbe90459c17c034d407533ed6dbc95
parent6be3ea66d057464b24efa16e1b699f62ffaed602 (diff)
downloadknowledge-2c6d52c4024b7c2368261157c0879bf9a4d23ab8.tar.gz
knowledge-2c6d52c4024b7c2368261157c0879bf9a4d23ab8.zip
ruby: nill typo
-rw-r--r--software/ruby.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/ruby.page b/software/ruby.page
index 4f6d40c..ff4d335 100644
--- a/software/ruby.page
+++ b/software/ruby.page
@@ -44,7 +44,7 @@ the current loop (initial conditions may have been changed).
Boolean Operators
--------------------
-Anything that is not ``nill`` or ``false`` is true. To force interpretation
+Anything that is not ``nil`` or ``false`` is true. To force interpretation
as boolean, use ``!!`` (not not)::
!!(nil) # => false