Fixed small typo in screen.hpp (#668)

This commit is contained in:
Avighna
2023-06-06 03:43:36 +05:30
committed by GitHub
parent ff5817b8a6
commit c3c3a2b11f

View File

@@ -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.