Skip to content

Commit b21879f

Browse files
fix typos in RehydrationToken's doc (Azure#48444)
* fix typo * resolve comments * fix doc
1 parent b04b7e0 commit b21879f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/core/Azure.Core/src/RehydrationToken.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ public readonly partial struct RehydrationToken
1818
// Version for this contract itself since we might change the members in the future.
1919
internal string Version { get; } = NextLinkOperationImplementation.RehydrationTokenVersion;
2020

21-
// The below members are used to re-construct <cref="NextLinkOperationImplemenation">.
22-
// Value of <cref="NextLinkOperationImplemenration.HeaderSrouce">.
21+
// The below members are used to re-construct the members of NextLinkOperationImplementation.
22+
23+
// The header source of the operation.
2324
internal string HeaderSource { get; }
2425

2526
// The polling Uri of the operation.

0 commit comments

Comments
 (0)