Skip to content

Commit 08b2d84

Browse files
author
Pete Sramek
committed
fixed typo
1 parent 100b4e7 commit 08b2d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PolylineAlgorithm/Validation/ICoordinateValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface ICoordinateValidator {
3131
/// otherwise, <see langword="false"/>.
3232
/// </returns>
3333
bool IsValid(Coordinate coordinate);
34-
}
34+
3535
/// <summary>
3636
/// Gets the default coordinate validator instance.
3737
/// </summary>

0 commit comments

Comments
 (0)