Skip to content

Commit cbff508

Browse files
committed
Fix spelling in Readme
1 parent 24fdf3c commit cbff508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ open-source developers, and hopefully some of them will be willing to keep this
5858

5959
We are aiming to be within 2x of the C libraries for reading data. Preliminary tests indicate that's a reasonable goal.
6060
For HDF5 files using deflate filters, the deflate library dominates the read time, and standard Java deflate libraries
61-
are about 2X slower than native code. Unless the deflate libraries get better, theres not much gain in trying to make
61+
are about 2X slower than native code. Unless the deflate libraries get better, there's not much gain in trying to make
6262
other parts of the code faster.
6363

6464
Its possible we can use Kotlin coroutines to speed up performance bottlenecks. TBD.
@@ -148,7 +148,7 @@ local to the variable they are referenced by.
148148
#### Compare with HDF5 data model
149149
* Creation order is ignored
150150
* Not including symbolic links in a group, as these point to an existing dataset (variable)
151-
* Opaque: hdf5 makes arrays of Opaque all the same size, which gives up some of its usefulness. If theres a need,
151+
* Opaque: hdf5 makes arrays of Opaque all the same size, which gives up some of its usefulness. If there's a need,
152152
we will allow Opaque(*) indicating that the sizes can vary.
153153
* Attributes can be of type REFERENCE, with value the full path name of the referenced dataset.
154154

0 commit comments

Comments
 (0)