Skip to content

Commit

Permalink
Merge pull request #14450 from criadoperez/fix/criadoperez2
Browse files Browse the repository at this point in the history
Fix typo in a docstring in `libyul/AsmAnalysis.h`
  • Loading branch information
cameel authored Aug 16, 2023
2 parents 25fc3aa + 9f237d3 commit 69e5b63
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 69e5b63

Please sign in to comment.