Skip to content

Commit b116ecf

Browse files
Fix typo in how_nushell_code_gets_run.md (#1916)
1 parent 8a14c28 commit b116ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/how_nushell_code_gets_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() {
5252
To "run" this code, it must be:
5353

5454
1. Compiled into [machine code instructions](https://en.wikipedia.org/wiki/Machine_code)
55-
2. The compilation results stored as a binary file one the disk
55+
2. The compilation results stored as a binary file on the disk
5656

5757
The first two steps are handled with `rustc main.rs`.
5858

0 commit comments

Comments
 (0)