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.
2 parents d2572a7 + e19882e commit fd1d8a7Copy full SHA for fd1d8a7
src/ch01-03-hello-cargo.md
@@ -267,7 +267,7 @@ directory. You can run the executable with this command:
267
268
```console
269
$ ./target/debug/hello_cargo # or .\target\debug\hello_cargo.exe on Windows
270
- # Windowsなでは .\target\debug\hello_cargo.exe
+$ # Windowsでは .\target\debug\hello_cargo.exe
271
Hello, world!
272
```
273
0 commit comments