about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2022-09-23 16:14:17 -0700
committerChris Wailes <chriswailes@google.com>2022-09-23 16:14:17 -0700
commit7ad0ac75c90c56174483a6bac78bd523c49fb07b (patch)
treebd707832cf9370fff2005acd9c990d6dc5c5fe84
parent47411d7e11bcbe770419da48ba1215c437e21feb (diff)
downloadrust-7ad0ac75c90c56174483a6bac78bd523c49fb07b.tar.gz
rust-7ad0ac75c90c56174483a6bac78bd523c49fb07b.zip
Respond to document review feedback
-rw-r--r--src/doc/rustc/src/SUMMARY.md2
-rw-r--r--src/doc/rustc/src/platform-support/android.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc/src/SUMMARY.md b/src/doc/rustc/src/SUMMARY.md
index 5b9e913116e..ce120b99f99 100644
--- a/src/doc/rustc/src/SUMMARY.md
+++ b/src/doc/rustc/src/SUMMARY.md
@@ -23,7 +23,7 @@
     - [armv6k-nintendo-3ds](platform-support/armv6k-nintendo-3ds.md)
     - [armv7-unknown-linux-uclibceabi](platform-support/armv7-unknown-linux-uclibceabi.md)
     - [armv7-unknown-linux-uclibceabihf](platform-support/armv7-unknown-linux-uclibceabihf.md)
-    - [\*-android(eabi)?](platform-support/android.md)
+    - [\*-android and \*-androideabi](platform-support/android.md)
     - [\*-fuchsia](platform-support/fuchsia.md)
     - [\*-kmc-solid_\*](platform-support/kmc-solid.md)
     - [m68k-unknown-linux-gnu](platform-support/m68k-unknown-linux-gnu.md)
diff --git a/src/doc/rustc/src/platform-support/android.md b/src/doc/rustc/src/platform-support/android.md
index 752246db8d5..b2c8e5d4df7 100644
--- a/src/doc/rustc/src/platform-support/android.md
+++ b/src/doc/rustc/src/platform-support/android.md
@@ -19,13 +19,13 @@ from the [source tree] or using the Android NDK.
 
 [source tree]: https://source.android.com/docs/setup/build/downloading
 
-Android targets support std and generated binaries use the ELF file format.
+Android targets support std. Generated binaries use the ELF file format.
 
 ## NDK/API Update Policy
 
 Rust will support the most recent Long Term Support (LTS) Android Native
 Development Kit (NDK).  By default Rust will support all API levels supported
-by the NDK but a higher minimum API level may be required if deemed necessary.
+by the NDK, but a higher minimum API level may be required if deemed necessary.
 
 ## Building the target