Skip to content

Commit 29ca8a0

Browse files
committed
docs
1 parent 2fc69a2 commit 29ca8a0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public Task ScrubIgnoreMemberSample()
171171
.IgnoreMember("msg");
172172
}
173173
```
174-
<sup><a href='/src/Tests/Samples.cs#L28-L53' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScrubIgnoreMember' title='Start of snippet'>anchor</a></sup>
174+
<sup><a href='/src/Tests/Samples.cs#L29-L54' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScrubIgnoreMember' title='Start of snippet'>anchor</a></sup>
175175
<!-- endSnippet -->
176176

177177
Results in:
@@ -221,7 +221,7 @@ public Task GuidsAndDatesSample()
221221
return Verify(document);
222222
}
223223
```
224-
<sup><a href='/src/Tests/Samples.cs#L54-L77' title='Snippet source file'>snippet source</a> | <a href='#snippet-GuidsAndDates' title='Start of snippet'>anchor</a></sup>
224+
<sup><a href='/src/Tests/Samples.cs#L56-L79' title='Snippet source file'>snippet source</a> | <a href='#snippet-GuidsAndDates' title='Start of snippet'>anchor</a></sup>
225225
<!-- endSnippet -->
226226

227227
Results in:
@@ -274,7 +274,7 @@ public Task InlineGuidsAndDatesSample()
274274
.ScrubInlineGuids();
275275
}
276276
```
277-
<sup><a href='/src/Tests/Samples.cs#L78-L103' title='Snippet source file'>snippet source</a> | <a href='#snippet-InlineGuidsAndDates' title='Start of snippet'>anchor</a></sup>
277+
<sup><a href='/src/Tests/Samples.cs#L81-L106' title='Snippet source file'>snippet source</a> | <a href='#snippet-InlineGuidsAndDates' title='Start of snippet'>anchor</a></sup>
278278
<!-- endSnippet -->
279279

280280
Results in:

src/Tests/Samples.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public Task JsonDocumentSample()
2525
}
2626

2727
#endregion
28+
2829
#region ScrubIgnoreMember
2930

3031
[Test]
@@ -51,6 +52,7 @@ public Task ScrubIgnoreMemberSample()
5152
}
5253

5354
#endregion
55+
5456
#region GuidsAndDates
5557

5658
[Test]
@@ -75,6 +77,7 @@ public Task GuidsAndDatesSample()
7577
}
7678

7779
#endregion
80+
7881
#region InlineGuidsAndDates
7982

8083
[Test]

0 commit comments

Comments
 (0)