Skip to content

Commit 06ffdf1

Browse files
authored
Fixing typo
1 parent 951f382 commit 06ffdf1

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)