Skip to content

Commit c23e78b

Browse files
author
Petr Šrámek
committed
Updated documentation
1 parent 0bd9272 commit c23e78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public interface IPolylineDecoder<TOut> {
1616
#region Methods
1717

1818
/// <summary>
19-
/// The Decode
19+
/// Method decoding polyline string to object
2020
/// </summary>
21-
/// <param name="source">The <see cref="string"/></param>
22-
/// <returns>The <see cref="IEnumerable{TOut}"/></returns>
21+
/// <param name="source">The <see cref="string"/>Polyline string to decode</param>
22+
/// <returns>The <see cref="IEnumerable{TOut}"/>Decoded polyline object</returns>
2323
IEnumerable<TOut> Decode(string source);
2424

2525
#endregion

0 commit comments

Comments
 (0)