Fix typo in generated Yoga classes

Reviewed By: emilsjolander

Differential Revision: D4416273

fbshipit-source-id: fa3f87b86560121e1186cdc0ee295eb052fb3a97
This commit is contained in:
Ahmed El-Helw
2017-01-19 16:28:39 -08:00
committed by Facebook Github Bot
parent 0426732a08
commit 43dedbbd63
14 changed files with 14 additions and 14 deletions
@@ -44,7 +44,7 @@ public enum YogaEdge {
case 6: return HORIZONTAL;
case 7: return VERTICAL;
case 8: return ALL;
default: throw new IllegalArgumentException("Unkown enum value: " + value);
default: throw new IllegalArgumentException("Unknown enum value: " + value);
}
}
}