diff options
| -rw-r--r-- | src/doc/rustc/src/platform-support/fuchsia.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md index 2b0d7e4d175..c2a1613f288 100644 --- a/src/doc/rustc/src/platform-support/fuchsia.md +++ b/src/doc/rustc/src/platform-support/fuchsia.md @@ -541,7 +541,7 @@ package to the emulator: ${SDK_PATH}/tools/${ARCH}/ffx repository server start ``` -Once the repository server is up and running, register our repository: +Once the repository server is up and running, register it with the target Fuchsia system running in the emulator: ```sh ${SDK_PATH}/tools/${ARCH}/ffx target repository register \ |
