Skip to content

Fix English in README#7

Merged
guizmaii merged 1 commit intomasterfrom
fix-readme
Apr 13, 2026
Merged

Fix English in README#7
guizmaii merged 1 commit intomasterfrom
fix-readme

Conversation

@guizmaii
Copy link
Copy Markdown
Collaborator

Summary

  • Fix typos and grammar throughout the README (librairy → library, writting → writing, etc.)
  • Minor phrasing improvements for clarity

- librairy → library
- there're → there are
- does not provides → does not provide
- will maybe never be → may never be
- Curently → Currently
- Do not launch → Does not launch
- Computations → Computation
- quantity → amount
- OOM → OOMs
- superior or equal → greater than or equal
- inferior → fewer
- thanks → thank
- writting → writing
Copilot AI review requested due to automatic review settings April 13, 2026 10:31
@guizmaii guizmaii merged commit fc93b6f into master Apr 13, 2026
6 checks passed
@guizmaii guizmaii deleted the fix-readme branch April 13, 2026 10:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the English in the project README to make the library description and usage guidance clearer for readers.

Changes:

  • Corrects typos (e.g., “librairy” → “library”, “writting” → “writing”) and grammar throughout the README.
  • Refines phrasing in several sections (goal/intro, heap and CPU usage considerations, acknowledgments) for clarity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

It's meant to be used in JRuby programs.
It can be used in Scala programs, of course, but there're better, pure, ways with such language to achieve the same goal.
It can be used in Scala programs, of course, but there are better, pure, ways with such language to achieve the same goal.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence still reads ungrammatically/awkwardly ("better, pure, ways" and "such language"). Consider rephrasing (e.g., remove the commas and use "such a language" / "in Scala"), so the meaning is clear.

Suggested change
It can be used in Scala programs, of course, but there are better, pure, ways with such language to achieve the same goal.
It can be used in Scala programs, of course, but there are better, purer ways in Scala to achieve the same goal.

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +106 to +108
Because this lib knows nothing about the computations you'll ask it to execute, in order to maximise CPU usage
and therefore the speed of your Excel extraction, you'll have to ensure that the number of registered computations (number of calls to the `addRows` function)
is greater than or equal to the number of cores your CPU has.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence break here makes the clause structure a bit incorrect/unclear ("Because …, in order to … and therefore …"). Consider rewriting as a single sentence (e.g., "Because …, to maximise CPU usage (and therefore speed), …") for readability.

Suggested change
Because this lib knows nothing about the computations you'll ask it to execute, in order to maximise CPU usage
and therefore the speed of your Excel extraction, you'll have to ensure that the number of registered computations (number of calls to the `addRows` function)
is greater than or equal to the number of cores your CPU has.
Because this lib knows nothing about the computations you'll ask it to execute, to maximise CPU usage and therefore the speed of your Excel extraction, you'll have to ensure that the number of registered computations (number of calls to the `addRows` function) is greater than or equal to the number of cores your CPU has.

Copilot uses AI. Check for mistakes.
guizmaii added a commit that referenced this pull request Apr 13, 2026
- librairy → library
- there're → there are
- does not provides → does not provide
- will maybe never be → may never be
- Curently → Currently
- Do not launch → Does not launch
- Computations → Computation
- quantity → amount
- OOM → OOMs
- superior or equal → greater than or equal
- inferior → fewer
- thanks → thank
- writting → writing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants