Skip to content

Commit

Permalink
Corrected text
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez authored and cameel committed Aug 16, 2023
1 parent 25fc3aa commit 9f237d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyul/AsmAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class AsmAnalyzer
/// returns the type. Reports errors on errors and returns the default type.
YulString expectExpression(Expression const& _expr);
YulString expectUnlimitedStringLiteral(Literal const& _literal);
/// Vists the expression and expects it to return a single boolean value.
/// Visits the expression and expects it to return a single boolean value.
/// Reports an error otherwise.
void expectBoolExpression(Expression const& _expr);

Expand Down

0 comments on commit 9f237d3

Please sign in to comment.