File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ style guidelines. It can be used as a [command line tool](#command-line-usage)
5
5
or linked into other applications as a Swift Package Manager dependency and
6
6
invoked via an [ API] ( #api-usage ) .
7
7
8
- > NOTE: No official Swift style guide has yet been proposed. The style that is
9
- > currently enforced by ` swift-format ` is just one possibility, and the
10
- > code is provided so that it can be tested on real-world code and experiments
11
- > can be made by modifying it.
8
+ > NOTE: No default Swift code style guidelines have yet been proposed. The
9
+ > style that is currently applied by ` swift-format ` is just one possibility,
10
+ > and the code is provided so that it can be tested on real-world code and
11
+ > experiments can be made by modifying it.
12
12
13
13
## Command Line Usage
14
14
You can’t perform that action at this time.
0 commit comments