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