Re: [heycam/webidl] More ECMAScript biblio cleanup (#451)

TimothyGu commented on this pull request.



> @@ -8618,9 +8611,9 @@ appears on an [=interface=]
 that is not defined to [=interface/inherit=]
 from another, it indicates that the internal \[[Prototype]]
 property of its [=interface prototype object=]
-will be the intrinsic object [=%ArrayPrototype%=] rather than
-[=%ObjectPrototype%=].  This allows
-Array methods to be used more easily
+will be the intrinsic object {{%ArrayPrototype%}} rather than
+{{%ObjectPrototype%}}.  This allows
+{{Array}} methods to be used more easily

Oh heh, yeah. No, we are not currently linking to Array as an interface, but we did have a link to "Array methods" which I'm trying to eliminate in favor of something more generic, like this.

Would you want me to change this to `{{ECMAScript/Array}}` then?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/451#discussion_r142206111

Received on Monday, 2 October 2017 17:42:22 UTC