From d5ef3eb2219adb666221b729504f89f28854c6c9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 15 Dec 2011 21:21:46 -0500 Subject: [PATCH] Minor documentation correction (>= to >) --- 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 929ac70..cbc0d7e 100644 --- a/doc/impl-details.texi +++ b/doc/impl-details.texi @@ -1077,7 +1077,7 @@ we did not swap out the object, @var{_name} would be undefined when invoked on Given this new information, the implementation would more formally be represented as a collection of objects @var{V} for class @var{C} and each of its supertypes as denoted by @var{C\_n}, with @var{C\_0} representing the class -having been instantiated and any integer @var{n} >= 0 representing the closest +having been instantiated and any integer @var{n} > 0 representing the closest supertype, such that each @var{V\_n} is associated with @var{C\_n}, @var{V\_n\^x} is the visibility object bound to any method associated with class @var{C\_x} and each @var{V} shares the same prototype chain @var{P\_n} for any