Skip to content

Commit 744b07d

Browse files
authored
Update grammar of documentation
1 parent b0df974 commit 744b07d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runner/AndroidJunitRunnerSample/app/src/androidTest/java/com/example/android/testing/androidjunitrunnersample/CalculatorAddParameterizedTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* JUnit4 tests for the calculator's add logic.
3737
*
38-
* <p> This test uses a Junit4s Parameterized tests features which uses annotations to pass
38+
* <p> This test uses Junit4s Parameterized tests features which uses annotations to pass
3939
* parameters into a unit test. The way this works is that you have to use the {@link Parameterized}
4040
* runner to run your tests.
4141
* </p>
@@ -91,4 +91,4 @@ public void testAdd_TwoNumbers() {
9191
assertThat(resultAdd, is(equalTo(mExpectedResult)));
9292
}
9393

94-
}
94+
}

0 commit comments

Comments
 (0)