Skip to content

Commit

Permalink
Merge pull request #32 from antarr/class-variable-error
Browse files Browse the repository at this point in the history
Add missing ﹫ in class variable documentation
  • Loading branch information
lifeparticle authored Aug 2, 2023
2 parents 70f2846 + d13ac58 commit c039d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c039d37

Please sign in to comment.