Skip to content

Commit 80a3f2d

Browse files
committed
d updated markdown snippets
1 parent 498b9fe commit 80a3f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/docs/Scrubbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The easiest way to scrub a date is by calling
9696
```java
9797
Approvals.verify("created at 03:14:15", new Options().withScrubber(DateScrubber.getScrubberFor("00:00:00")));
9898
```
99-
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTests.java#L46-L48' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
99+
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTests.java#L48-L50' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
100100
<!-- endSnippet -->
101101

102102
which will produce

0 commit comments

Comments
 (0)