Skip to content

Commit 471c410

Browse files
authored
Update manifest.md
clearer example
1 parent 03e2235 commit 471c410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ script guide.
364364
```toml
365365
[package]
366366
# ...
367-
links = "foo"
367+
# this package links with a native library called "git2", e.g. "libgit2.a" on Linux
368+
links = "git2"
368369
```
369370

370371
<a id="the-exclude-and-include-fields-optional"></a>

0 commit comments

Comments
 (0)