Skip to content

Commit 6bee047

Browse files
[NFC] minor re-wording of a documentation comment line
1 parent d13523b commit 6bee047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/ToolsVersionLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public class ToolsVersionLoader: ToolsVersionLoaderProtocol {
125125
case label(_ malformationDetails: MalformationDetails)
126126
/// The version specifier is malformed.
127127
///
128-
/// If the version specifier is diagnosed as missing, it could be a misdiagnosis due to some misspellings in the label due to a compromise made in `ToolsVersionLoader.split(_:)`. For example, the following Swift tools version specification will be misdiagnosed to be missing a version specifier:
128+
/// If the version specifier is diagnosed as missing, it could be a misdiagnosis of some misspellings in the label due to a compromise made in `ToolsVersionLoader.split(_:)`. For example, the following Swift tools version specification will be misdiagnosed to be missing a version specifier:
129129
///
130130
/// // swift-tools-version:;5.3
131131
///

0 commit comments

Comments
 (0)