Skip to content

Commit 4ed73b1

Browse files
authored
Fix swift-parser-cli typo in FilingBugReports.md (#3029)
There's no such tool as `swift-parse-cli`, the instructions clearly were referring to `swift-parser-cli` instead.
1 parent b9219a0 commit 4ed73b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/SwiftBasicFormat/SwiftBasicFormat.docc/FilingBugReports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ swift build --package-path SwiftParserCLI
1010
```
1111
or openning `SwiftParserCLI` package and building the `swift-parser-cli` target in Xcode.
1212

13-
1. After you have built `swift-parse-cli`, you can format a single source file using BasicFormat by running the following command. If you are only experiencing the issue while formatting a single node, e.g. while creating an `AccessorDeclSyntax` inside a macro, you can additionally pass the type of the node as `--node-type AccessorDeclSyntax`
13+
1. After you have built `swift-parser-cli`, you can format a single source file using BasicFormat by running the following command. If you are only experiencing the issue while formatting a single node, e.g. while creating an `AccessorDeclSyntax` inside a macro, you can additionally pass the type of the node as `--node-type AccessorDeclSyntax`
1414
```
1515
swift-parser-cli basic-format /path/to/file/that/formats/incorrectly.swift
1616
```

0 commit comments

Comments
 (0)