[doc] Fix typo in shell command from Getting Started guide (#77634)

This commit is contained in:
John Hui
2024-11-15 00:42:01 -08:00
committed by GitHub
parent 972ac6ff28
commit cc8c5bb01e

View File

@@ -455,7 +455,7 @@ Now check if the version string has been updated (assumes you have `platform` sh
defined as specified in the previous subsection:
```sh
../build/Ninja-RelWithDebInfoAssert/swift-$(platform)-$(uname -m)/bin/swift-frontend --version
../build/Ninja-RelWithDebInfoAssert/swift-${platform}-$(uname -m)/bin/swift-frontend --version
```
This should print your updated version string.