Skip to content

Commit 0b20ea9

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Fix comment in LayoutableShadowNode (#45419)
Summary: Pull Request resolved: #45419 EZ fix comment in LayoutableShadowNode changelog: [internal] internal Reviewed By: christophpurrer Differential Revision: D59691737 fbshipit-source-id: 452c166dd478ac6796ae55434fb557355f10fae1
1 parent 0ca3ed8 commit 0b20ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/react/renderer/core/LayoutableShadowNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class LayoutableShadowNode : public ShadowNode {
122122
* Returns offset which is applied to children's origin in
123123
* `LayoutableShadowNode::getRelativeLayoutMetrics` and
124124
* `LayoutableShadowNode::findNodeAtPoint`.
125-
* i`ncludeTransform` is a flag to include the transform in the offset. This
125+
* `includeTransform` is a flag to include the transform in the offset. This
126126
* is a rare case but needed for case where transform is involved for e.g. in
127127
* ScrollView.
128128
*/

0 commit comments

Comments
 (0)