docs(test): fix typo in TestBackend documentation (#1107)

This commit is contained in:
Orhun Parmaksız 2024-05-13 23:15:09 +03:00 committed by GitHub
parent eb281df974
commit f945a0bcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,7 @@ use crate::{
layout::{Rect, Size},
};
/// A [`Backend`] implementation used for integration testing that that renders to an in memory
/// buffer.
/// A [`Backend`] implementation used for integration testing that renders to an memory buffer.
///
/// 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