Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
pnwpedro and jrodewig authored Oct 30, 2024
1 parent 6a262d8 commit b7367fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fauna/Serialization/ISerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface ISerializer
/// <summary>
/// A list of types to which the <see cref="ISerializer"/> applies.
/// </summary>
/// <returns>A list of <see cref="FaunaType"/>.</returns>
/// <returns>A list of <see cref="FaunaType"/>s.</returns>
List<FaunaType> GetSupportedTypes();
}

Expand Down

0 comments on commit b7367fa

Please sign in to comment.