Skip to content

Commit 3212c73

Browse files
committed
add link to #53
1 parent 91d2618 commit 3212c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Enumeration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* CardinalDirection.includes( 'NORTH' ); // true
2121
* CardinalDirection.includes( 'YORKSHIRE_TERRIER_WITH_THE_CANDLE_STICK_IN_THE_BALLROOM' ); // false
2222
*
23-
* Conventions for using Enumeration:
23+
* Conventions for using Enumeration, from https://github.com/phetsims/phet-core/issues/53:
2424
*
2525
* (1) Enumerations are named like classes/types. Nothing in the name needs to identify that they are Enumerations.
2626
* See the example above: CardinalDirection, not CardinalDirectionEum or CardinalDirectionEnumeration.

0 commit comments

Comments
 (0)