Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/TypeChecker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ node based on the kind of expression:

*Declaration references*
Declaration references are rewritten with the precise type of the
declaraion as referenced. For overloaded declaration references, the
declaration as referenced. For overloaded declaration references, the
``Overload*Expr`` node is replaced with a simple declaration
reference expression. For references to polymorphic functions or
members of generic types, a ``SpecializeExpr`` node is introduced to
Expand Down