Skip to content

Commit 929c65b

Browse files
authored
Merge pull request #16079 from kks-code/develop
Fix typo in a comment in `AST.h`: clausse -> clause
2 parents 1cd062a + 7b01123 commit 929c65b

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)