We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a14c28 commit b116ecfCopy full SHA for b116ecf
book/how_nushell_code_gets_run.md
@@ -52,7 +52,7 @@ fn main() {
52
To "run" this code, it must be:
53
54
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
+2. The compilation results stored as a binary file on the disk
56
57
The first two steps are handled with `rustc main.rs`.
58
0 commit comments