Skip to content

Commit f2e9dfe

Browse files
authored
Merge pull request #4 from yerke/fix-typos
Fix typos in README.md
2 parents 16582c2 + cef5a44 commit f2e9dfe

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ this backend won't be packaged with the [diplomat tool](https://rust-diplomat.gi
66

77
# JEP 454 binding generation
88
In order to package this backend with the other backends there is a long term plan to implement a subset of `jextract`'s functionality.
9-
The reasons for this include
9+
The reasons for this include:
1010
- reducing the amount of generated code: By default `jextract` produces wrappers for standard library code as well as other methods
11-
that should not be unnecessary for a diplomat wrapped library.
12-
- simplifying development setup: most diplomat developers are not not familier with java and setting up a java development environment
11+
that should not be unnecessary for a Diplomat wrapped library.
12+
- simplifying development setup: most Diplomat developers are not familiar with Java and setting up a Java development environment
1313
causes unnecessary friction. Diplomat strives to enable contributors to only have to set up an environment for the language that they
14-
need a backend for. But all diplomat contributors need to generate the code for all backends
14+
need a backend for. But all Diplomat contributors need to generate the code for all backends.
1515
- simplifying ci setup: `jextract` does not appear to be available via package manager, and so needs to be downloaded via URL. This is
16-
an undesired step for diplomat's
16+
an undesired step for Diplomat.
1717

1818
This [JEP 454](https://openjdk.org/jeps/454) binding generation will be developed as a library [`jextrsact`](./jextrsact/README.md) in
1919
this repository. It will not be a replacement for jextract as it will focus only on
@@ -29,7 +29,3 @@ then pass the location of the library with `-e`, with a config path specified wi
2929
```sh
3030
diplomat-java -e feature/src/lib.rs -l feature/diplomat-java-conf.toml feature/tmp/
3131
```
32-
33-
34-
35-

0 commit comments

Comments
 (0)