fix typo in comment about package (#26638)

Summary:
This PR only fixes a typo in `ModuleHolder.java`.

## Changelog

[Internal] [Fixed] - Fix typo in comment about package
Pull Request resolved: https://github.com/facebook/react-native/pull/26638

Differential Revision: D17661204

Pulled By: cpojer

fbshipit-source-id: 77ab92b7bfff300961e0a32183188a6e57e99b3d
This commit is contained in:
masaaki1915 2019-09-29 20:48:05 -07:00 коммит произвёл Facebook Github Bot
Родитель e9f72978d1
Коммит 231d2f95cd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -99,7 +99,7 @@ public class ModuleHolder {
}
}
/* pacakge */ synchronized boolean hasInstance() {
/* package */ synchronized boolean hasInstance() {
return mModule != null;
}