Skip to content

Commit

Permalink
Modify comment of NativeViewHierarchyManager.java. (#25235)
Browse files Browse the repository at this point in the history
Summary:
Modify the wrong word in the comment of NativeViewHierarchyManager.java.

Fix the explanation of the code to avoid misunderstanding.

## Changelog

[Android] [Fixed] - Fix the explanation of the code to avoid misunderstanding.
Pull Request resolved: #25235

Differential Revision: D15779249

Pulled By: cpojer

fbshipit-source-id: d4e7baa9ea9be5551feed8f643fe9774b3226bd8
  • Loading branch information
codyi96 authored and facebook-github-bot committed Jun 12, 2019
1 parent fb550e9 commit 5b72ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public synchronized void updateLayout(
//
// This code is going to be executed ONLY when there is a change in the size of the Root
// View defined in the js side. Changes in the layout of inner views will not trigger an update
// on the layour of the Root View.
// on the layout of the Root View.
ViewParent parent = viewToUpdate.getParent();
if (parent instanceof RootView) {
parent.requestLayout();
Expand Down

0 comments on commit 5b72ec3

Please sign in to comment.