Skip to content

Commit 27d9ba1

Browse files
Fix typo in README (JPMS dependencies section) (#3005)
* Fix typo in JPMS dependencies section * Trigger CLA check
1 parent 1fa9b7a commit 27d9ba1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ This only applies when running Java 9 or newer.
6363
- `java.sql` (optional since Gson 2.8.9)\
6464
When this module is present, Gson provides default adapters for some SQL date and time classes.
6565

66-
- `jdk.unsupported`, respectively class `sun.misc.Unsafe` (optional)\
67-
When this module is present, Gson can use the `Unsafe` class to create instances of classes without no-args constructor.
66+
- `jdk.unsupported`, respectively, class `sun.misc.Unsafe` (optional)\
67+
When this module is present, Gson can use the `Unsafe` class to create instances of classes without a no-args constructor.
6868
However, care should be taken when relying on this. `Unsafe` is not available in all environments and its usage has some pitfalls,
6969
see [`GsonBuilder.disableJdkUnsafe()`](https://javadoc.io/doc/com.google.code.gson/gson/latest/com.google.gson/com/google/gson/GsonBuilder.html#disableJdkUnsafe()).
7070

0 commit comments

Comments
 (0)