Skip to content

Commit 4826524

Browse files
author
mike-u
committed
fixed type of declaration in TypeChecker.rst
1 parent 13ae184 commit 4826524

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)