Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 27, 2023
1 parent c28e961 commit a944537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/serializer-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The default encoding for snapshot files uses UTF-8 with byte order marks (BOM) e
```cs
VerifierSettings.UseUtf8NoBom();
```
<sup><a href='/src/StaticSettingsTests/EncodingTests.cs#L8-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-useutf8nobom' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/StaticSettingsTests/EncodingTests.cs#L9-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-useutf8nobom' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## UseEncoding
Expand All @@ -97,7 +97,7 @@ var encoding = new UnicodeEncoding(
throwOnInvalidBytes: true);
VerifierSettings.UseEncoding(encoding);
```
<sup><a href='/src/StaticSettingsTests/EncodingTests.cs#L26-L32' title='Snippet source file'>snippet source</a> | <a href='#snippet-useencoding' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/StaticSettingsTests/EncodingTests.cs#L27-L33' title='Snippet source file'>snippet source</a> | <a href='#snippet-useencoding' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## Default settings
Expand Down

0 comments on commit a944537

Please sign in to comment.