Skip to content

Commit

Permalink
Missed one.
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
  • Loading branch information
2 people authored and github-actions committed Oct 17, 2024
1 parent 9b3095f commit b334fc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static ReadOnlySpan<byte> ReadEnumeratedBytes(
/// the specified encoding rules, converting it to the
/// non-[<see cref="FlagsAttribute"/>] enum specified by <typeparamref name="TEnum"/>.
/// </summary>
/// <typeparam name="TEnum">Destination enum type.</typeparam>
/// <typeparam name="TEnum">The destination enum type.</typeparam>
/// <param name="source">The buffer containing encoded data.</param>
/// <param name="ruleSet">The encoding constraints to use when interpreting the data.</param>
/// <param name="bytesConsumed">
Expand Down Expand Up @@ -307,7 +307,7 @@ public ReadOnlyMemory<byte> ReadEnumeratedBytes(Asn1Tag? expectedTag = null)
/// Reads the next value as an Enumerated with a specified tag, converting it to the
/// non-[<see cref="FlagsAttribute"/>] enum specified by <typeparamref name="TEnum"/>.
/// </summary>
/// <typeparam name="TEnum">Destination enum type.</typeparam>
/// <typeparam name="TEnum">The destination enum type.</typeparam>
/// <param name="expectedTag">
/// The tag to check for before reading, or <see langword="null"/> for the default tag (Universal 10).
/// </param>
Expand Down

0 comments on commit b334fc3

Please sign in to comment.