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

Made it consistent with Map/Set. Also fixed #452.

-- 
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_r143029637

Received on Thursday, 5 October 2017 19:06:54 UTC