From 482652422246de65b750fef46c8ac7aaaa73efa9 Mon Sep 17 00:00:00 2001 From: mike-u Date: Thu, 3 Dec 2015 13:09:22 -0500 Subject: [PATCH] fixed type of declaration in TypeChecker.rst --- docs/TypeChecker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TypeChecker.rst b/docs/TypeChecker.rst index 5b680040ec842..bcfecd67c6efa 100644 --- a/docs/TypeChecker.rst +++ b/docs/TypeChecker.rst @@ -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