Skip to content

Commit da711b4

Browse files
committed
comment
1 parent 719dd87 commit da711b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKOptions/ExperimentalFeatures.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/// An experimental feature that can be enabled by passing `--experimental-feature`
1414
/// to `sourcekit-lsp` on the command line or through the configuration file.
15-
/// The raw value of this feature is how it is named on the command line.
15+
/// The raw value of this feature is how it is named on the command line and in the configuration file.
1616
public enum ExperimentalFeature: String, Codable, Sendable, CaseIterable {
1717
case onTypeFormatting = "on-type-formatting"
1818
}

0 commit comments

Comments
 (0)