Skip to content

Commit 971b567

Browse files
author
Petr Šrámek
committed
test
1 parent c23e78b commit 971b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cloudikka.PolylineAlgorithm/Cloudikka.PolylineAlgorithm/IPolylineDecoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Cloudikka.PolylineAlgorithm {
1111
/// <summary>
1212
/// Defines the <see cref="IPolylineDecoder{TOut}" />
1313
/// </summary>
14-
/// <typeparam name="TOut"></typeparam>
14+
/// <typeparam name="TOut"> </typeparam>
1515
public interface IPolylineDecoder<TOut> {
1616
#region Methods
1717

0 commit comments

Comments
 (0)