Skip to content

Commit

Permalink
docs(test): fix typo in TestBackend documentation (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 13, 2024
1 parent eb281df commit f945a0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f945a0b

Please sign in to comment.