From 102a182559c775eaa5bdeb80d4243b4585ebaa54 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 9 Dec 2022 23:54:55 -0300 Subject: [PATCH] use capital L so that it creates a link to the class name in docs --- src/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lexer.h b/src/lexer.h index 1afd1fe..157de79 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -6,7 +6,7 @@ namespace obelisk { /** - * @brief The lexer reads and identifies tokens in the obelisk source code. + * @brief The Lexer reads and identifies tokens in the obelisk source code. * */ class Lexer