Skip to content

Commit

Permalink
fixed grammar "own -> its own"
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Digana committed Nov 23, 2012
1 parent 9ec6a3f commit ecb4de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/junit/rules/Stopwatch.java
Expand Up @@ -6,7 +6,7 @@
import java.util.concurrent.TimeUnit;

/**
* The Stopwatch Rule notifies one of own protected methods of the time spent by a test.<p/>
* The Stopwatch Rule notifies one of its own protected methods of the time spent by a test.<p/>
* Override them to get the time in nanoseconds. For example, this class will keep logging the
* time spent by each passing, failing and skipped test:
*
Expand Down

0 comments on commit ecb4de6

Please sign in to comment.