Skip to content

Commit 52f5820

Browse files
authored
Update cursor.cpp
1 parent 06b6f30 commit 52f5820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/cursor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <iostream>
66

7-
Term::Cursor::Cursor(const std::size_t& row, const std::size_t& colum) : m_position({row, colum}) {}
7+
Term::Cursor::Cursor(const std::size_t& row, const std::size_t& column) : m_position({row, column}) {}
88

99
std::size_t Term::Cursor::row() const { return m_position.first; }
1010

0 commit comments

Comments
 (0)