From 22005e396eab0c9df154f6fc2d8c11483217bcf4 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 19 Jan 2012 23:25:47 -0500 Subject: [PATCH] Added missing closing parenthesis in Visibility Object Implementation section of manual --- doc/impl-details.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/impl-details.texi b/doc/impl-details.texi index 6dcf8d6..6d20bc4 100644 --- a/doc/impl-details.texi +++ b/doc/impl-details.texi @@ -1110,7 +1110,7 @@ will be left for future versions of ease.js.} The instance stores a reference to each of the visibility objects @var{V}, indexed by an internal class identifier (which is simply incremented for each new class definition, much like we did with the instance id in -@ref{f:js-encapsulate-instance}. When a method is called, the visibility object +@ref{f:js-encapsulate-instance}). When a method is called, the visibility object that matches the class identifier associated with the invoked method is then passed as the context (bound to @var{this}) for that method (@pxref{Method Wrapping}).