diff --git a/README.md b/README.md index 721fc5d..b46c78b 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ const GENRE = { projector.configureFilm(GENRE.COMEDY); class Projector { - // delactation of Projector + // declaration of Projector configureFilm(genre) { switch (genre) { case GENRE.ROMANTIC: @@ -284,7 +284,7 @@ enum GENRE { projector.configureFilm(GENRE.COMEDY); class Projector { - // delactation of Projector + // declaration of Projector configureFilm(genre) { switch (genre) { case GENRE.ROMANTIC: