Fix typo in ReadableMapKeySetIterator.

Reviewed By: mkonicek

Differential Revision: D2564934

fb-gh-sync-id: 2ef1a0f5c1550d912dc751100c307659a5159fa3
This commit is contained in:
Krzysztof Magiera
2015-10-21 09:02:21 -07:00
committed by facebook-github-bot-4
parent 852eba2a91
commit a5c693dd53
8 changed files with 20 additions and 20 deletions

View File

@@ -24,5 +24,5 @@ public interface ReadableMap {
ReadableArray getArray(String name);
ReadableMap getMap(String name);
ReadableType getType(String name);
ReadableMapKeySeyIterator keySetIterator();
ReadableMapKeySetIterator keySetIterator();
}