Merge pull request #14450 from criadoperez/fix/criadoperez2

Fix typo in a docstring in `libyul/AsmAnalysis.h`
This commit is contained in:
Kamil Śliwak 2023-08-16 21:24:11 +02:00 committed by GitHub
commit 69e5b634ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ private:
/// 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);