Skip to content

Commit

Permalink
Update ast.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CallocGD authored Dec 8, 2024
1 parent 50867b8 commit fd49a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ namespace broma {
};

/// @brief Used as a safety mechanism for parsing
// in other languages or on multiple threads.
// in other languages or on multiple threads.
typedef struct SafeRootResult {
void* result;
bool is_error;
Expand Down

0 comments on commit fd49a5a

Please sign in to comment.