Skip to content

Commit

Permalink
Update src/Microsoft.OData.Core/Json/JsonValueUtilsAsync.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Okerio <elizaokerio@gmail.com>
  • Loading branch information
habbes and ElizabethOkerio authored Aug 1, 2023
1 parent d183c97 commit 1b74100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.OData.Core/Json/JsonValueUtilsAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ private static Task WriteQuotedAsync(this TextWriter writer, string text)
/// <summary>
/// Writes an escaped string to the buffer.
/// </summary>
/// <param name="writer">The text writer to write the output to.</param>
/// <param name="writer">The text writer to write the output.</param>

/// <param name="inputString">Input string value.</param>
/// <param name="currentIndex">The index in the string at which copying should begin.</param>
/// <param name="buffer">Char buffer to use for streaming data.</param>
Expand Down

0 comments on commit 1b74100

Please sign in to comment.