freeCodeCamp/guide
Willy David Jr 49c2c7164a Corrected enum code declaration. (#32854)
* Corrected enum code. Cannot declare:
public enum phylum;
Since this code will produce an error. If someone will copy the same code, it will not compile and run. I updated the code so that when someone will copy the code, it will not produce an error.

* I also updated the spacing and tabbing on code.
* Corrected the constructor DefineAnimal to Animal since the name of the class is Animal and DefineAnimal will produce an error.
* Remove enum on parameter of constructor since this will produce an error.
* Corrected class Dog as public enum breed will produce an error.
2019-06-27 23:39:32 -07:00
..
arabic fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
chinese fix: remove repl.it links chinese challenge articles 2019-06-27 15:54:55 +08:00
english Corrected enum code declaration. (#32854) 2019-06-27 23:39:32 -07:00
portuguese fix: removed extra sh code fences 2019-06-25 16:57:43 +08:00
russian fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
spanish Inserté tablas en secciones 3 a 5 + (#33744) 2019-06-27 18:22:01 -07:00