We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d2618 commit 3212c73Copy full SHA for 3212c73
js/Enumeration.js
@@ -20,7 +20,7 @@
20
* CardinalDirection.includes( 'NORTH' ); // true
21
* CardinalDirection.includes( 'YORKSHIRE_TERRIER_WITH_THE_CANDLE_STICK_IN_THE_BALLROOM' ); // false
22
*
23
- * Conventions for using Enumeration:
+ * Conventions for using Enumeration, from https://github.com/phetsims/phet-core/issues/53:
24
25
* (1) Enumerations are named like classes/types. Nothing in the name needs to identify that they are Enumerations.
26
* See the example above: CardinalDirection, not CardinalDirectionEum or CardinalDirectionEnumeration.
0 commit comments