Skip to content

Commit

Permalink
fix(qmp): typo in Color class
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Apr 21, 2021
1 parent 4e4071f commit 441ac79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-lecutre/quemepongo/src/main/java/quemepongo/Color.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Dominio de Colores
*
* @author Tomás Sánchez
* @version 1.0
* @version 1.1
* @since 04.21.2021
*/
public enum Color {
NIGUNO, ROJO, AZUL, AMARILLO
NINGUNO, ROJO, AZUL, AMARILLO
}

0 comments on commit 441ac79

Please sign in to comment.