about summary refs log tree commit diff
path: root/src/libstd/sys/unix/android.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/unix/android.rs')
-rw-r--r--src/libstd/sys/unix/android.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/android.rs b/src/libstd/sys/unix/android.rs
index 10436723a81..462eab56664 100644
--- a/src/libstd/sys/unix/android.rs
+++ b/src/libstd/sys/unix/android.rs
@@ -15,7 +15,7 @@
 //! always work with the most recent version of Android, but we also want to
 //! work with older versions of Android for whenever projects need to.
 //!
-//! Our current minimum supported Android version is `android-9`, e.g. Android
+//! Our current minimum supported Android version is `android-9`, e.g., Android
 //! with API level 9. We then in theory want to work on that and all future
 //! versions of Android!
 //!