RFR: Typo in word directory
Brayan Munoz V.
duke at openjdk.org
Fri May 3 19:13:29 UTC 2024
This commit just fix a typo in the word directory.
Please add the following to the description of the pull request:
1. A brief recap of the status quo, as it relates to the subject of the pull request.
2. A description of why the status quo is problematic.
3. A description of how this pull request addresses this issue.
4. If you ran into issues while making changes in the code that you had to work around,
please mention these as well, as this helps reviewers understand the changes that have been made.
For 1 and 2 it is also okay to refer to the JBS ticket, if that already contains a comprehensive
problem description.
Please test your pull request before submitting it by running `./gradlew jtreg`. If you're
not able to test locally on your machine, please indicate this in the pull request description,
and indicate which testing has been done instead (or indicate that no testing has been done).
It is possible to run tests through Github actions if you enable them for your fork (this is free).
Github actions can be enabled for your fork from the 'Actions' tab. The tests will then run
automatically after the pull request has been created.
-------------
Commit messages:
- Typo in word directory
Changes: https://git.openjdk.org/jextract/pull/240/files
Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=240&range=00
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jextract/pull/240.diff
Fetch: git fetch https://git.openjdk.org/jextract.git pull/240/head:pull/240
PR: https://git.openjdk.org/jextract/pull/240
More information about the jextract-dev
mailing list