From c3c3a2b11ff1b31d00255f5962b10798b44d4889 Mon Sep 17 00:00:00 2001 From: Avighna <74564976+avighnac@users.noreply.github.com> Date: Tue, 6 Jun 2023 03:43:36 +0530 Subject: [PATCH] Fixed small typo in screen.hpp (#668) --- include/ftxui/screen/screen.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ftxui/screen/screen.hpp b/include/ftxui/screen/screen.hpp index 0bb90a8..f73557c 100644 --- a/include/ftxui/screen/screen.hpp +++ b/include/ftxui/screen/screen.hpp @@ -18,7 +18,7 @@ struct Pixel { bool operator==(const Pixel& other) const; // The graphemes stored into the pixel. To support combining characters, - // like: a⃦, this can potentially contains multiple codepoitns. + // like: a⃦, this can potentially contain multiple codepoints. std::string character = " "; // The hyperlink associated with the pixel.