develop #15

Merged
cromer merged 64 commits from develop into master 2023-02-23 01:11:48 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 102a182559 - Show all commits

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