From d13ac58eeec5d6c615ef425f23f8d8b593f70f91 Mon Sep 17 00:00:00 2001 From: antarr Date: Fri, 28 Jul 2023 23:08:01 -0500 Subject: [PATCH] =?UTF-8?q?Add=20missing=20=EF=B9=AB=20in=20class=20variab?= =?UTF-8?q?le=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092be86..e0f73ea 100644 --- a/README.md +++ b/README.md @@ -767,7 +767,7 @@ that new value will essentially change for all other object instances. Class variables begin with a double @ sign. ```ruby -@current_weather = "rainy" +@@current_weather = "rainy" ``` Scope of a class variable is one of