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 31460f6 commit aa6bfabCopy full SHA for aa6bfab
tools/swift-inspect/README.md
@@ -18,7 +18,7 @@ swift build -Xcc -I%SDKROOT%\usr\include\swift\SwiftRemoteMirror -Xlinker %SDKRO
18
19
#### Linux
20
21
-In order to build on Linux, some additional parameters must be passed to the build tool to loace the necessary includes and libraries
+In order to build on Linux, some additional parameters must be passed to the build tool to locate the necessary includes and libraries.
22
23
~~~
24
swift build -Xswiftc -I$(git rev-parse --show-toplevel)/include/swift/SwiftRemoteMirror -Xlinker -lswiftRemoteMirror
0 commit comments