Skip to content

Commit 7b01123

Browse files
authored
fix typo in comment
1 parent 1cd062a commit 7b01123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/ast/AST.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ class VariableDeclaration: public Declaration, public StructurallyDocumented
11511151
bool isCallableOrCatchParameter() const;
11521152
/// @returns true if this variable is a return parameter of a function.
11531153
bool isReturnParameter() const;
1154-
/// @returns true if this variable is a parameter of the success or failure clausse
1154+
/// @returns true if this variable is a parameter of the success or failure clause
11551155
/// of a try/catch statement.
11561156
bool isTryCatchParameter() const;
11571157
/// @returns true if this variable is a local variable or return parameter.

0 commit comments

Comments
 (0)