From f945a0bcff644c1fa2ad3caaa87cf2b640beaf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 13 May 2024 23:15:09 +0300 Subject: [PATCH] docs(test): fix typo in TestBackend documentation (#1107) --- src/backend/test.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend/test.rs b/src/backend/test.rs index 719e6c52..82768b66 100644 --- a/src/backend/test.rs +++ b/src/backend/test.rs @@ -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