Skip to content

Commit

Permalink
Updated description about nil
Browse files Browse the repository at this point in the history
  • Loading branch information
carmageddon888 authored Dec 2, 2024
1 parent 88c94ef commit 6f6137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/nil/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About

[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.
[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.

```ruby
# I do not have a favorite color
Expand Down

0 comments on commit 6f6137e

Please sign in to comment.