Navigation Menu

Skip to content

Commit

Permalink
fix typo (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored and RX14 committed Nov 18, 2017
1 parent aaedc4e commit 7f276fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/macros.cr
Expand Up @@ -1365,7 +1365,7 @@ module Crystal::Macros
# for the string's content. Similarly, invoking ID on a `SymbolLiteral`, `Call`, `Var` and `Path`
# return MacroIds for the node's content.
#
# This allows you to treat strings, symbols, variables and calls unifomly. For example:
# This allows you to treat strings, symbols, variables and calls uniformly. For example:
#
# ```text
# macro getter(name)
Expand Down

0 comments on commit 7f276fd

Please sign in to comment.