Skip to content

Commit 3a2bfc6

Browse files
committed
fix double $ in the 1.39.0 blog post
1 parent 1309235 commit 3a2bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-11-07-Rust-1.39.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Rust team is happy to announce a new version of Rust, 1.39.0. Rust is a prog
1010
If you have a previous version of Rust installed via rustup, getting Rust 1.39.0 is as easy as:
1111

1212
```console
13-
$ rustup update stable
13+
rustup update stable
1414
```
1515

1616
If you don't have it already, you can [get `rustup`][install] from the appropriate page on our website, and check out the [detailed release notes for 1.39.0][notes] on GitHub.

0 commit comments

Comments
 (0)