Skip to content

Commit 5f861ce

Browse files
J8118meta-codesync[bot]
authored andcommitted
Fix typos in doc comment and benchmark runner (facebook#56396)
Summary: Pull Request resolved: facebook#56396 - "Wwhether" -> "Whether" in YGNode.h - "independants" -> "independent" in run-bench.ts X-link: facebook/yoga#1925 Reviewed By: cortinico Differential Revision: D100143075 Pulled By: fabriziocucci fbshipit-source-id: 1b20d0010bf9265d95be194613f6962ff31a4ba9
1 parent 0cb9c1b commit 5f861ce

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/ReactCommon/yoga/yoga

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/yoga/yoga/YGNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ YG_EXPORT bool YGNodeIsReferenceBaseline(YGNodeConstRef node);
257257
YG_EXPORT void YGNodeSetNodeType(YGNodeRef node, YGNodeType nodeType);
258258

259259
/**
260-
* Wwhether a leaf node's layout results may be truncated during layout
260+
* Whether a leaf node's layout results may be truncated during layout
261261
* rounding.
262262
*/
263263
YG_EXPORT YGNodeType YGNodeGetNodeType(YGNodeConstRef node);

0 commit comments

Comments
 (0)