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 9b72c3a commit 2a5440cCopy full SHA for 2a5440c
Runtime/Views/Typewriter/IAsyncTypewriter.cs
@@ -21,6 +21,7 @@ public interface IAsyncTypewriter
21
/// cref="CancellationToken.IsCancellationRequested"/> becomes true, the
22
/// typewriter effect should end early and present the entire contents
23
/// of <paramref name="line"/>.</para>
24
+ /// </remarks>
25
/// <param name="line">The line to display.</param>
26
/// <param name="cancellationToken">A token that indicates that the
27
/// typewriter effect should be cancelled.</param>
0 commit comments