Skip to content

Commit 57852ea

Browse files
committed
Merge pull request google-developer-training#4 from egor-n/patch-2
Fix a typo in docs
2 parents 9a7129d + af244b8 commit 57852ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/android/testing/notes/util/SimpleCountingIdlingResource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import static com.google.common.base.Preconditions.checkNotNull;
2424

2525
/**
26-
* An simple counter implementation of {@link IdlingResource} that determines idleness by
26+
* A simple counter implementation of {@link IdlingResource} that determines idleness by
2727
* maintaining an internal counter. When the counter is 0 - it is considered to be idle, when it is
2828
* non-zero it is not idle. This is very similar to the way a {@link java.util.concurrent.Semaphore}
2929
* behaves.

0 commit comments

Comments
 (0)