Skip to content

Commit 43697bd

Browse files
Sushuruth Sadagopanfacebook-github-bot
authored andcommitted
Fix typo in docstring
Summary: as title- fix a typo Differential Revision: D74341510 fbshipit-source-id: 6eb6897c3c93fda7640b018c5a5739c1fbb740a8
1 parent ba344d3 commit 43697bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superconsole.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const MAX_GRAPHEME_BUFFER: usize = 1000000;
3535
/// Handles rendering the console using the user-defined [Component](Component)s and emitted messages.
3636
/// A Canvas area at the bottom of the terminal is re-rendered in place at each tick for the components,
3737
/// while a log area of emitted messages is produced above.
38-
/// Producing output from sources other than SuperConsole while break the TUI.
38+
/// Producing output from sources other than SuperConsole will break the TUI.
3939
pub struct SuperConsole {
4040
/// Number of lines that were used to render the canvas last time.
4141
canvas_contents: Lines,

0 commit comments

Comments
 (0)