Skip to content

Commit 51a1e9b

Browse files
committed
Dummy changes to merge
1 parent c4b1cd5 commit 51a1e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Consul/Coordinate.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public Task<QueryResult<CoordinateEntry[]>> Node(string node, CancellationToken
110110
/// <summary>
111111
/// Updates the LAN network coordinates for a node in a given datacenter.
112112
/// </summary>
113-
/// <param name="entry">A coordinate entry</param>
113+
/// <param name="entry">The coordinate entry to update</param>
114114
/// <param name="q">Customized write options</param>
115115
/// <param name="ct">Cancellation Token</param>
116116
/// <returns>An empty write result</returns>
@@ -122,7 +122,7 @@ public Task<WriteResult> Update(CoordinateEntry entry, WriteOptions q, Cancellat
122122
/// <summary>
123123
/// Updates the LAN network coordinates for a node in a given datacenter.
124124
/// </summary>
125-
/// <param name="entry">A coordinate entry</param>
125+
/// <param name="entry">The coordinate entry to update</param>
126126
/// <param name="ct">Cancellation Token</param>
127127
/// <returns>An empty write result</returns>
128128
public Task<WriteResult> Update(CoordinateEntry entry, CancellationToken ct = default)

0 commit comments

Comments
 (0)