Skip to content

Commit edfdddb

Browse files
committed
Swift: Tweak and update the qldoc string.
1 parent d68f602 commit edfdddb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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/Callable.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/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/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ class ParamDecl(VarDecl):
235235
""")
236236

237237
class Callable(Element):
238-
name: optional[string] | doc("name of this callable") | desc("The name includes any arguments "
239-
"of the callable, for example `myFunction(arg:)`.")
238+
name: optional[string] | doc("name of this callable") | desc("The name includes argument "
239+
"labels of the callable, for example `myFunction(arg:)`.")
240240
self_param: optional[ParamDecl] | child
241241
params: list[ParamDecl] | child
242242
body: optional["BraceStmt"] | child | desc("The body is absent within protocol declarations.")

0 commit comments

Comments
 (0)