Skip to content

Commit e670092

Browse files
committed
Fix javadocs for whenBefore to fix the missing arrows
1 parent 5def7ea commit e670092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/andyln/Mof.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void when(AllOrRemaining aor) {
8888
*
8989
* @param mock Any mock within mocks. Note: Excludes ambiguous first/last mock in a Simple Closed Curve (In case of ambiguity, use FIRST or LAST enum).
9090
* @throws IllegalArgumentException Calling with object not in mocks.
91-
* Calling with ambiguous first or last mock. Example: In a Simple Closed Curve {@code A - B - A}, when calling with A, do you mean the first or lack mock? Instead of passing A, Use FIRST or LAST instead.
91+
* Calling with ambiguous first or last mock. Example: In a Simple Closed Curve {@code A -> B -> A}, when calling with A, do you mean the first or lack mock? Instead of passing A, Use FIRST or LAST instead.
9292
*/
9393
public void whenBefore(Object mock) {
9494
if (mock == FirstOrLast.FIRST) {

0 commit comments

Comments
 (0)