Skip to content

Commit dd10d49

Browse files
committed
Fix grammar in comment
1 parent 8c37d1d commit dd10d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/include/pl/core/lexer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace pl::core {
2121

2222
hlp::CompileResult<std::vector<Token>> lex(const api::Source *source);
2323
size_t getLongestLineLength() const {
24-
// 'getLongestLineLength' is used my the pattern editor to control
24+
// 'getLongestLineLength' is used by the pattern editor to control
2525
// the x-scrolling range. Adding two makes the whole longest line visible.
2626
// Not sure why we have to do this.
2727
return m_longestLineLength+2;

0 commit comments

Comments
 (0)