We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd062a + 7b01123 commit 929c65bCopy full SHA for 929c65b
libsolidity/ast/AST.h
@@ -1151,7 +1151,7 @@ class VariableDeclaration: public Declaration, public StructurallyDocumented
1151
bool isCallableOrCatchParameter() const;
1152
/// @returns true if this variable is a return parameter of a function.
1153
bool isReturnParameter() const;
1154
- /// @returns true if this variable is a parameter of the success or failure clausse
+ /// @returns true if this variable is a parameter of the success or failure clause
1155
/// of a try/catch statement.
1156
bool isTryCatchParameter() const;
1157
/// @returns true if this variable is a local variable or return parameter.
0 commit comments