Corrected text

This commit is contained in:
Alejandro Criado-Pérez
2023-08-16 20:34:13 +02:00
committed by Kamil Śliwak
parent 25fc3aa32f
commit 9f237d38a6
+1 -1
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);