Skip to content

Commit a37ef40

Browse files
mgeislergribozavr
andauthored
docs: improve language in chromium section (#2889)
I asked Gemini to review the English for inconsistencies and grammar mistakes. This is the result and I hope it's useful! As a non-native speaker, it is hard for me to evaluate the finer details, so let me know if you would like to see changes (or even better: make them directly in the PR with the suggestion function). --------- Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent d7dc934 commit a37ef40

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/chromium/cargo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ may offer an advantage"):
6060

6161
- Perhaps surprisingly, Rust is becoming increasingly popular in the industry
6262
for writing command line tools. The breadth and ergonomics of libraries is
63-
comparable to Python, while being more robust (thanks to the rich
64-
typesystem) and running faster (as a compiled, rather than interpreted
63+
comparable to Python, while being more robust (thanks to the rich type
64+
system) and running faster (as a compiled, rather than interpreted
6565
language).
6666
- Participating in the Rust ecosystem requires using standard Rust tools like
6767
Cargo. Libraries that want to get external contributions, and want to be

src/chromium/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It's also recommended that you have Visual Studio code installed.
2222

2323
# About the exercises
2424

25-
This part of the course has a series of exercises which build on each other.
25+
This part of the course has a series of exercises that build on each other.
2626
We'll be doing them spread throughout the course instead of just at the end. If
2727
you don't have time to complete a certain part, don't worry: you can catch up in
2828
the next slot.

src/chromium/testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ used:
4444
the C++ and the Rust implementation (parameterizing the tests so they enable
4545
or disable Rust using a `ScopedFeatureList`).
4646

47-
- Hypothetical/WIP PNG integration may need to implement memory-safe
48-
implementation of pixel transformations that are provided by `libpng` but
49-
missing in the `png` crate - e.g. RGBA => BGRA, or gamma correction. Such
50-
functionality may benefit from separate tests authored in Rust.
47+
- Hypothetical/WIP PNG integration may need memory-safe implementations of pixel
48+
transformations that are provided by `libpng` but missing in the `png` crate -
49+
e.g. RGBA => BGRA, or gamma correction. Such functionality may benefit from
50+
separate tests authored in Rust.
5151

5252
</details>

0 commit comments

Comments
 (0)