Skip to content
Snippets Groups Projects
Unverified Commit c3c3a2b1 authored by Avighna's avatar Avighna Committed by GitHub
Browse files

Fixed small typo in screen.hpp (#668)

parent ff5817b8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment