mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 23:35:49 +00:00
docs(test): fix typo in TestBackend documentation (#1107)
This commit is contained in:
parent
eb281df974
commit
f945a0bcff
@ -15,8 +15,7 @@ use crate::{
|
|||||||
layout::{Rect, Size},
|
layout::{Rect, Size},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A [`Backend`] implementation used for integration testing that that renders to an in memory
|
/// A [`Backend`] implementation used for integration testing that renders to an memory buffer.
|
||||||
/// buffer.
|
|
||||||
///
|
///
|
||||||
/// Note: that although many of the integration and unit tests in ratatui are written using this
|
/// Note: that although many of the integration and unit tests in ratatui are written using this
|
||||||
/// backend, it is preferable to write unit tests for widgets directly against the buffer rather
|
/// backend, it is preferable to write unit tests for widgets directly against the buffer rather
|
||||||
|
Loading…
x
Reference in New Issue
Block a user