Skip to content

Commit 2a5440c

Browse files
committed
Fix error in IAsyncTypewriter docs
1 parent 9b72c3a commit 2a5440c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Views/Typewriter/IAsyncTypewriter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public interface IAsyncTypewriter
2121
/// cref="CancellationToken.IsCancellationRequested"/> becomes true, the
2222
/// typewriter effect should end early and present the entire contents
2323
/// of <paramref name="line"/>.</para>
24+
/// </remarks>
2425
/// <param name="line">The line to display.</param>
2526
/// <param name="cancellationToken">A token that indicates that the
2627
/// typewriter effect should be cancelled.</param>

0 commit comments

Comments
 (0)