From db91255dd12a40855a74e77645aaf2fecbd93784 Mon Sep 17 00:00:00 2001 From: serv-inc Date: Tue, 29 May 2018 17:55:47 +0200 Subject: [PATCH] fix grammar in doccomment --- .../com/example/android/teatime/OrderActivityBasicTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java b/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java index 07fb8ea9..87b8e04c 100644 --- a/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java +++ b/app/src/androidTest/java/com/example/android/teatime/OrderActivityBasicTest.java @@ -31,8 +31,8 @@ import org.junit.runner.RunWith; /** - * This test demos a user clicking the decrement button and verifying that it properly decrease - * the quantity the total cost. + * This test demos a user clicking the decrement button and verifying that it properly decreases + * the quantity and the total cost. */ @RunWith(AndroidJUnit4.class) @@ -67,4 +67,4 @@ public void clickDecrementButton_ChangesQuantityAndCost() { onView(withId(R.id.cost_text_view)).check(matches(withText("$0.00"))); } -} \ No newline at end of file +}