Skip to content

Commit 780b0e7

Browse files
use hash for comment.
using a hash mark for the comment makes it slightly more convenient for the reader by allowing them to copy and paste directly into the terminal.
1 parent 0df3357 commit 780b0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/01_calculator/calc_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you haven't cloned the [GitHub](https://github.com/ehsanmok/create-your-own-l
77
To start, we have `1 + 1;` in [examples/simple.calc](https://github.com/ehsanmok/create-your-own-lang-with-rust/blob/master/calculator/examples/simple.calc) where you can compile with
88

99
```text
10-
cargo build --bin main // create a simple executable for Calc
10+
cargo build --bin main # create a simple executable for Calc
1111
../target/debug/main examples/simple.calc
1212
```
1313

0 commit comments

Comments
 (0)