stop using the word 'just'

Everywhere. In documentation and code comments.

It is almost never a good word and almost always a filler that should be
avoided.

Closes #20793
This commit is contained in:
Daniel Stenberg 2026-03-02 23:41:35 +01:00
parent 4b583b7585
commit b4dba346cd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
213 changed files with 727 additions and 772 deletions

View file

@ -21,8 +21,8 @@ Every pull request is verified for each of the following:
If the pull-request fails one of these tests, it shows up as a red X and you
are expected to fix the problem. If you do not understand what the issue is or
have other problems to fix the complaint, just ask and other project members
can likely help out.
have other problems to fix the complaint, ask and other project members can
likely help out.
Consider the following table while looking at pull request failures:
@ -46,7 +46,7 @@ Windows jobs have a number of flaky issues, most often, these:
- test run crashing with fork errors.
- steps past the test run exiting with -1073741502 (hex C0000142).
In these cases you can just try to update your pull requests to rerun the tests
In these cases you can try to update your pull requests to rerun the tests
later as described below.
A detailed overview of test runs and results can be found on