Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/macros.cr
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7f276fd

Please sign in to comment.