diff --git a/src/ftxui/dom/canvas.cpp b/src/ftxui/dom/canvas.cpp
index 58ca4e3d2169c66d33b20f3cf4bcc467b469ddd2..39ecbb3865794a1cb8191a76523be83ae118d572 100644
--- a/src/ftxui/dom/canvas.cpp
+++ b/src/ftxui/dom/canvas.cpp
@@ -79,8 +79,8 @@ constexpr auto nostyle = [](Pixel& /*pixel*/) {};
 }  // namespace
 
 /// @brief Constructor.
-/// @param width the width of the canvas. A cell is a 2x8 braille dot.
-/// @param height the height of the canvas. A cell is a 2x8 braille dot.
+/// @param width the width of the canvas. A cell is a 2x4 braille dot.
+/// @param height the height of the canvas. A cell is a 2x4 braille dot.
 Canvas::Canvas(int width, int height)
     : width_(width),
       height_(height),