Skip to content

Commit f104538

Browse files
committed
Auto merge of #2324 - rillian:fixes, r=alexcrichton
2 parents 7bc508f + 72eaeec commit f104538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/build-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ cargo:libdir=/path/to/foo/lib
5858
cargo:include=/path/to/foo/include
5959
```
6060

61-
There are a few special keys that Cargo recognizes, affecting how the crate this
62-
build script is for is built:
61+
There are a few special keys that Cargo recognizes, affecting how the
62+
crate is built:
6363

6464
* `rustc-link-lib` indicates that the specified value should be passed to the
6565
compiler as a `-l` flag.

0 commit comments

Comments
 (0)