diff options
author | Jasmine Tang <tanghocel456@gmail.com> | 2024-04-05 02:25:48 -0700 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2024-04-09 15:18:08 +0000 |
commit | edd018d8c7b7a0229e10430ee61ac50f390670c2 (patch) | |
tree | 7ddf1a7eaf5d6a75255df15c24aa98d47a4c7188 | |
parent | 19719f4f2d230b39937b6977f81164a59acabcd7 (diff) | |
download | gcc-edd018d8c7b7a0229e10430ee61ac50f390670c2.zip gcc-edd018d8c7b7a0229e10430ee61ac50f390670c2.tar.gz gcc-edd018d8c7b7a0229e10430ee61ac50f390670c2.tar.bz2 |
Fix grammar as pointed out by Marc
ChangeLog:
* README.md (gccrs-workspace]): like-wise.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,11 +75,11 @@ $ make ``` -Alternatively, a docker environment is avaiable for ARM-based Mac contributors. +Alternatively, a docker environment is available for ARM-based Mac contributors. Please visit [gccrs-workspace](https://github.com/badumbatish/gccrs-workspace). -The image is based on Ubuntu ARM and came with dependencies all fetched. +The image is based on Ubuntu ARM and comes with dependencies all fetched. #### Running GCC Rust |