From 6f6137ea1702537b0cc4b0122c3c77cafc5f1b0d Mon Sep 17 00:00:00 2001 From: Nishant Kumar <86448658+carmageddon888@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:19:33 +0530 Subject: [PATCH] Updated description about nil --- concepts/nil/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/nil/about.md b/concepts/nil/about.md index 0abe212cf6..991ee520ab 100644 --- a/concepts/nil/about.md +++ b/concepts/nil/about.md @@ -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