Skip to content

Commit dd20a9b

Browse files
committed
Swlft: fix wording in the comment
1 parent df256e6 commit dd20a9b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

swift/ql/.generated.list

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/lib/codeql/swift/generated/Raw.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/lib/codeql/swift/generated/expr/SingleValueStmtExpr.qll

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,6 @@ class AbiSafeConversionExpr(ImplicitConversionExpr):
12431243

12441244
class SingleValueStmtExpr(Expr):
12451245
"""
1246-
An expression that may wrap a statement which produces a single value.
1246+
An expression that wraps a statement which produces a single value.
12471247
"""
12481248
stmt: Stmt | child

0 commit comments

Comments
 (0)