Skip to content

Commit 565c881

Browse files
Updated description about nil (#1735)
1 parent 88c94ef commit 565c881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/nil/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About
22

3-
[Nil][nil-dictionary] is an English word meaning "nothing" or "zero". In Ruby, `nil` is used to express the _absence_ of an object. In other programming languages, `null` or `none` values may play a similar role.
3+
[Nil][nil-dictionary] is an English word meaning "nothing" or "zero". In Ruby, `nil` is an object which is used to express the _absence_ of a value. In other programming languages, `null` or `none` values may play a similar role.
44

55
```ruby
66
# I do not have a favorite color

0 commit comments

Comments
 (0)