Skip to content

Commit aa6bfab

Browse files
committed
PR feedback: fix typo in README.md
1 parent 31460f6 commit aa6bfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-inspect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ swift build -Xcc -I%SDKROOT%\usr\include\swift\SwiftRemoteMirror -Xlinker %SDKRO
1818

1919
#### Linux
2020

21-
In order to build on Linux, some additional parameters must be passed to the build tool to loace the necessary includes and libraries
21+
In order to build on Linux, some additional parameters must be passed to the build tool to locate the necessary includes and libraries.
2222

2323
~~~
2424
swift build -Xswiftc -I$(git rev-parse --show-toplevel)/include/swift/SwiftRemoteMirror -Xlinker -lswiftRemoteMirror

0 commit comments

Comments
 (0)