Skip to content

Commit 1fb54ad

Browse files
committed
Swift: make QLDoc style check happy.
1 parent 1248810 commit 1fb54ad

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/lib/codeql/swift/frameworks/StandardLibrary

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Url.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import swift
22
private import codeql.swift.dataflow.FlowSources
33

44
/**
5-
* Model certain members of `URL` as sources of remote flow.
5+
* A model for `URL` members that are sources of remote flow.
66
*/
77
class UrlRemoteFlowSource extends RemoteFlowSource {
88
UrlRemoteFlowSource() {

0 commit comments

Comments
 (0)