Fix typos.

This commit is contained in:
Bruce Mitchener
2024-03-16 23:49:02 +07:00
parent 6ef7be293a
commit 0a81ca8887
20 changed files with 37 additions and 37 deletions

View File

@@ -33,7 +33,7 @@ namespace facebook::yoga::vanillajni {
*
* This class is very explicit in its behavior, and it does not allow to perform
* unexpected conversions or unexpected ownership transfer. In practice, this
* class acts as a unique pointer where the underying JNI reference can have one
* class acts as a unique pointer where the underlying JNI reference can have one
* and just one owner. Transferring ownership is allowed but it is an explicit
* operation (implemented via move semantics and also via explicitly API calls).
*

View File

@@ -35,7 +35,7 @@ namespace facebook::yoga::vanillajni {
*
* This class is very explicit in its behavior, and it does not allow to perform
* unexpected conversions or unexpected ownership transfer. In practice, this
* class acts as a unique pointer where the underying JNI reference can have one
* class acts as a unique pointer where the underlying JNI reference can have one
* and just one owner. Transferring ownership is allowed but it is an explicit
* operation (implemented via move semantics and also via explicitly API calls).
*

View File

@@ -836,7 +836,7 @@ public class YGJustifyContentTest {
}
@Test
public void test_justify_content_colunn_max_height_and_margin() {
public void test_justify_content_column_max_height_and_margin() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);

View File

@@ -696,7 +696,7 @@ public class YGMarginTest {
}
@Test
public void test_margin_auto_mutiple_children_column() {
public void test_margin_auto_multiple_children_column() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);
@@ -769,7 +769,7 @@ public class YGMarginTest {
}
@Test
public void test_margin_auto_mutiple_children_row() {
public void test_margin_auto_multiple_children_row() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);