Replace incorrect em-dashes with dashes in code-blocks (#2192)

Replace em-dash('–') with dash('-') in code blocks where the latter was
meant.
This commit is contained in:
Mészáros Gergely
2023-05-30 15:26:23 +02:00
committed by GitHub
parent c285dd729f
commit b7222caed2
5 changed files with 9 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ sudo apt update
Your packages can be upgraded now through their meta-packages, for example:
```shell
sudo apt install -only-upgrade rocm-hip-sdk
sudo apt install --only-upgrade rocm-hip-sdk
```
:::::
@@ -206,7 +206,7 @@ sudo yum clean all
Your packages can be upgraded now through their meta-packages, for example:
```shell
sudo apt install -only-upgrade rocm-hip-sdk
sudo apt install --only-upgrade rocm-hip-sdk
```
:::::