Skip to content

Commit a97b75d

Browse files
committed
Merge pull request #46 from mike-u/master
fixed type of "declaration" in TypeChecker.rst
2 parents 28a72a0 + 4826524 commit a97b75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TypeChecker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ node based on the kind of expression:
687687

688688
*Declaration references*
689689
Declaration references are rewritten with the precise type of the
690-
declaraion as referenced. For overloaded declaration references, the
690+
declaration as referenced. For overloaded declaration references, the
691691
``Overload*Expr`` node is replaced with a simple declaration
692692
reference expression. For references to polymorphic functions or
693693
members of generic types, a ``SpecializeExpr`` node is introduced to

0 commit comments

Comments
 (0)