Bug 1596573 - Correct the documentation for custom use counters; r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D53083

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edgar Chen 2019-11-15 13:39:13 +00:00
parent cb704b0a05
commit 5d6170d1c8

View File

@ -18,8 +18,8 @@
// attribute <IDL interface name>.<IDL attribute name>
// custom <any valid identifier> <description>
//
// The <description> for custom counters will be appended to "When a document "
// or "When a page ", so phrase it appropriately. For instance, "constructs a
// The <description> for custom counters will be appended to "Whether a document "
// or "Whether a page ", so phrase it appropriately. For instance, "constructs a
// Foo object" or "calls Document.bar('some value')". It may contain any
// character (including whitespace).
//