Skip to content

Commit ac9fa7d

Browse files
Update docs/core/whats-new/dotnet-9/libraries.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent e1d2777 commit ac9fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats-new/dotnet-9/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ reader.Skip();
610610
Console.WriteLine(reader.Read()); // False
611611
```
612612

613-
This additionally makes it possible to read JSON from payloads that may contain trailing data that is invalid JSON:
613+
This flag also makes it possible to read JSON from payloads that might contain trailing data that's invalid JSON:
614614

615615
```csharp
616616
Utf8JsonReader reader = new("[1,2,3] <NotJson/>"u8, new() { AllowMultipleValues = true });

0 commit comments

Comments
 (0)