Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Jun 29, 2021
1 parent 35eddc5 commit b0c5316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class EventGridEventConverter : JsonConverter<EventGridEvent>
/// Gets or sets the serializer to use for the data portion of the <see cref="EventGridEvent"/>. If not specified,
/// JsonObjectSerializer is used.
/// </summary>
/// <inheritdoc cref="JsonConverter{CloudEvent}.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)"/>
/// <inheritdoc cref="JsonConverter{EventGridEvent}.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)"/>
public override EventGridEvent Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
{
JsonDocument requestDocument = JsonDocument.ParseValue(ref reader);
Expand Down

0 comments on commit b0c5316

Please sign in to comment.