From 9feb02f8564ebd2f900e11429cdc4aa4269ec946 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Wed, 29 Jun 2016 10:02:34 +0200 Subject: [PATCH] Fix a typo in docstring Change-Id: Iddbab13fb50484457a0d288f5f6edbae7748b252 TN: P518-014 --- langkit/compile_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langkit/compile_context.py b/langkit/compile_context.py index e6db86104..394676cf5 100755 --- a/langkit/compile_context.py +++ b/langkit/compile_context.py @@ -1025,7 +1025,7 @@ class CompileCtx(): Node : ; Initial_Env : in out Lexical_Env); - If the hook in invoked on an node that uses the initial_env EnvSpec + If the hook is invoked on an node that uses the initial_env EnvSpec attribute, the hook can alter it so that it affects the rest of the EnvSpec actions.