Skip to content

Commit

Permalink
Add missing ﹫ in class variable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antarr committed Jul 29, 2023
1 parent 70f2846 commit d13ac58
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 d13ac58

Please sign in to comment.