Skip to content

Commit d0ec2fd

Browse files
rdmarsh2geoffw0
andauthored
Swift: fix QLDoc typos
Co-authored-by: Geoffrey White <[email protected]>
1 parent b832fc8 commit d0ec2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/elements/expr/AutoClosureExpr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ private import codeql.swift.elements.expr.Expr
55
/**
66
* A Swift autoclosure expression, that is, a closure automatically generated
77
* around an argument when the parameter has the `@autoclosure` attribute or
8-
* for the rtight-hand operand of short-circuiting logical operations. For
8+
* for the right-hand operand of short-circuiting logical operations. For
99
* example, there is an `AutoClosureExpr` around the value `0` in:
1010
* ```
1111
* func myFunction(_ expr: @autoclosure () -> Int) {

swift/ql/lib/codeql/swift/elements/expr/ExplicitClosureExpr.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.

0 commit comments

Comments
 (0)