about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorandrewpollack <andrewpkq@gmail.com>2022-08-30 16:06:27 -0700
committerGitHub <noreply@github.com>2022-08-30 16:06:27 -0700
commit18340bd52be4176648ef703fae0e87b5cac765d2 (patch)
tree64d76c596ed6c8477dc1887085737b1ab40d9c4e /src/doc/rustc
parent10a42dfa32d87978385e7fa990665c0bcafbde66 (diff)
downloadrust-18340bd52be4176648ef703fae0e87b5cac765d2.tar.gz
rust-18340bd52be4176648ef703fae0e87b5cac765d2.zip
Update src/doc/rustc/src/platform-support/fuchsia.md
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support/fuchsia.md2
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 e6503405dbc..2b0d7e4d175 100644
--- a/src/doc/rustc/src/platform-support/fuchsia.md
+++ b/src/doc/rustc/src/platform-support/fuchsia.md
@@ -473,7 +473,7 @@ ${SDK_PATH}/tools/${ARCH}/pm publish \
     -lp -f <(echo "hello_fuchsia_package_manifest")
 ```
 
-Then we can add it to `ffx`'s package server as `hello-fuchsia` using:
+Then we can add the repository to `ffx`'s package server as `hello-fuchsia` using:
 
 ```sh
 ${SDK_PATH}/tools/${ARCH}/ffx repository add-from-pm \