We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c5509 commit 629372aCopy full SHA for 629372a
Sources/_SwiftFormatTestSupport/Configuration+Testing.swift
@@ -20,7 +20,7 @@ extension Configuration {
20
/// different module than where `Configuration` is defined, we can't make this an initializer that
21
/// would enforce that every field of `Configuration` is initialized here (we're forced to
22
/// delegate to another initializer first, which defeats the purpose). So, users adding new
23
- /// configuration settings shouls be sure to supply a default here for testing, otherwise they
+ /// configuration settings should be sure to supply a default here for testing, otherwise they
24
/// will be implicitly relying on the real default.
25
public static var forTesting: Configuration {
26
var config = Configuration()
0 commit comments