diff --git a/language/predefined/closure/bind.xml b/language/predefined/closure/bind.xml
index 596c911a50..d1218cf28e 100644
--- a/language/predefined/closure/bind.xml
+++ b/language/predefined/closure/bind.xml
@@ -49,7 +49,7 @@
newscope
- The class scope to which associate the closure is to be associated, or
+ The class scope to which the closure is to be associated, or
'static' to keep the current one. If an object is given, the type of the
object will be used instead. This determines the visibility of protected
and private methods of the bound object.