Skip to content

Commit

Permalink
Swlft: fix wording in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Denisov committed Nov 7, 2023
1 parent df256e6 commit dd20a9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions swift/ql/.generated.list

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swift/ql/lib/codeql/swift/generated/Raw.qll

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swift/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,6 @@ class AbiSafeConversionExpr(ImplicitConversionExpr):

class SingleValueStmtExpr(Expr):
"""
An expression that may wrap a statement which produces a single value.
An expression that wraps a statement which produces a single value.
"""
stmt: Stmt | child

0 comments on commit dd20a9b

Please sign in to comment.