Skip to content

Commit

Permalink
fix typo (#30777)
Browse files Browse the repository at this point in the history
Summary:
fix typo in comments

## Changelog
fix typo in comments
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[CATEGORY] [TYPE] - Message

Pull Request resolved: #30777

Reviewed By: RSNara

Differential Revision: D26108277

Pulled By: PeteTheHeat

fbshipit-source-id: 616c89263c9320bd914b26c1b814eadf316cf6d8
  • Loading branch information
haochenli authored and facebook-github-bot committed Jan 27, 2021
1 parent 2840e8a commit 201c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/jsi/jsi/jsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class JSI_EXPORT HostObject {
virtual void set(Runtime&, const PropNameID& name, const Value& value);

// When JS wants a list of property names for the HostObject, it will
// call this method. If it throws an exception, the call will thow a
// call this method. If it throws an exception, the call will throw a
// JS \c Error object. The default implementation returns empty vector.
virtual std::vector<PropNameID> getPropertyNames(Runtime& rt);
};
Expand Down

0 comments on commit 201c107

Please sign in to comment.