Skip to content

Commit

Permalink
Minor: s/inlcude/include/ (#5378)
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic authored and Serdar Dogruyol committed Apr 13, 2018
1 parent 68575de commit 27cfeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/types.cr
Expand Up @@ -87,7 +87,7 @@ module Crystal
end

# Returns all macros defines in this type, indexed by their name.
# This does not inlcude methods defined in ancestors.
# This does not include methods defined in ancestors.
def macros : Hash(String, Array(Macro))?
nil
end
Expand Down

0 comments on commit 27cfeb3

Please sign in to comment.