Skip to content

Commit 9c4d144

Browse files
authored
Merge pull request #967 from iabotsiTC/patch-1
Fixing little typo
2 parents 951f382 + 06ffdf1 commit 9c4d144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crates/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn main() {
2020
```
2121

2222
```bash
23-
# Where library.rlib is the path to to the compiled library, assumed that it's
23+
# Where library.rlib is the path to the compiled library, assumed that it's
2424
# in the same directory here:
2525
$ rustc executable.rs --extern rary=library.rlib && ./executable
2626
called rary's `public_function()`

0 commit comments

Comments
 (0)