We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04b7e0 commit b21879fCopy full SHA for b21879f
sdk/core/Azure.Core/src/RehydrationToken.cs
@@ -18,8 +18,9 @@ public readonly partial struct RehydrationToken
18
// Version for this contract itself since we might change the members in the future.
19
internal string Version { get; } = NextLinkOperationImplementation.RehydrationTokenVersion;
20
21
- // The below members are used to re-construct <cref="NextLinkOperationImplemenation">.
22
- // Value of <cref="NextLinkOperationImplemenration.HeaderSrouce">.
+ // The below members are used to re-construct the members of NextLinkOperationImplementation.
+
23
+ // The header source of the operation.
24
internal string HeaderSource { get; }
25
26
// The polling Uri of the operation.
0 commit comments