Skip to content

Commit 7499169

Browse files
Copilotpetesramek
andauthored
docs: clarify HasPrevious documentation in PolylineEncodingOptions
Agent-Logs-Url: https://github.com/petesramek/polyline-algorithm-csharp/sessions/49b11574-fbb3-42e8-b1f2-8af7fc403268 Co-authored-by: petesramek <2333452+petesramek@users.noreply.github.com>
1 parent 7aa34a9 commit 7499169

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/PolylineAlgorithm/PolylineEncodingOptions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ public PolylineEncodingOptions(TCoordinate previous) {
3939

4040
/// <summary>
4141
/// Gets a value indicating whether a previous coordinate has been supplied to seed the delta
42-
/// baseline. When <see langword="false"/> the formatter's built-in baseline (or zero) is used,
43-
/// which is equivalent to the existing default behaviour.
42+
/// baseline. When <see langword="false"/> the formatter's built-in baseline is used as the
43+
/// starting point (which defaults to zero when no baseline has been configured), equivalent to
44+
/// the existing default behaviour.
4445
/// </summary>
4546
public bool HasPrevious { get; }
4647

0 commit comments

Comments
 (0)