Skip to content

Commit a615a87

Browse files
author
Ronald Bosma
committed
Fix comment
1 parent 989e362 commit a615a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reqnroll-parsable-value-retriever-and-comparer/03-Reflection/GenericParsableParser.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace ReqnrollParsableValueRetrieverAndComparer.Reflection
55
{
66
/// <summary>
7-
/// Helper class to work with the <see cref="IParsable{TSelf}"/> interface when you don't now TSelf at compile time.
7+
/// Helper class to work with the <see cref="IParsable{TSelf}"/> interface when you don't know TSelf at compile time.
88
/// </summary>
99
internal static class GenericParsableParser
1010
{

0 commit comments

Comments
 (0)