Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Dec 15, 2023
1 parent 6a6788b commit ec782a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/shared/.docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can write to standard out using `println!`:
println!("Debug message");
```

Use braces `{}` to print the value of a variable or expressions:
Use braces `{}` to print the value of a variable or expression:

```rust
let secret_number = 4321;
Expand Down

0 comments on commit ec782a1

Please sign in to comment.