use capital L so that it creates a link to the class name in docs

This commit is contained in:
Chris Cromer 2022-12-09 23:54:55 -03:00
parent 768a0906d3
commit 102a182559
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -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