Skip to content

Commit f596a67

Browse files
committed
unified: Fix Swift source folder documentation
1 parent 970e4c6 commit f596a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified/ql/lib/codeql/unified/internal/NameBindingPluginSwift.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SwiftPackageTarget extends ModuleScopeRepr, CallExpr {
7373
)
7474
}
7575

76-
/** Gets the source folder to use if no explicit `path:` if given, typically `Sources/<Target>` */
76+
/** Gets the source folder to use if no explicit `path:` is given, typically `Sources/<Target>`. */
7777
Folder getDefaultSourceFolder() {
7878
exists(Folder subfolder | subfolder = this.getSourceMidFolder() |
7979
result = subfolder.getFolder(this.getName())

0 commit comments

Comments
 (0)