Skip to content

Commit

Permalink
Update concepts/symbols/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Goff <[email protected]>
  • Loading branch information
meatball133 and kotp authored Aug 8, 2023
1 parent f2954f1 commit 014c0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/symbols/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Symbols][symbols] are named identifiers that can be used to refer to a value.
Symbols are created through a symbol literal, which is by prefixing a name with a `:` character, e.g. `:foo`.
They also allow for being written as strings, e.g. `:"foo"`, which allows for example spaces in the name.
They also allow for being written with quotes, e.g. `:"foo"`, which allows, for example, spaces in the name.

```ruby
:foo # => :foo
Expand Down

0 comments on commit 014c0b2

Please sign in to comment.