Skip to content

Commit 9a14626

Browse files
qabbasixerial
authored andcommitted
Update README.md (#62)
1 parent e0a2a3f commit 9a14626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ LArray (and LBuffer) has memory address that can be used for seamlessly interact
8484
LArray consists of three-modules.
8585

8686
* **larray-buffer** (Java) Off-heap memory buffer `LBuffer` and its allocator with GC support.
87-
* **larray-mmap** (Java + JNI (C code)) Memory-mapped file implementaiton `MMapBuffer`
87+
* **larray-mmap** (Java + JNI (C code)) Memory-mapped file implementation `MMapBuffer`
8888
* **larray** (Scala and Java API) Provides rich set of array operations through `LArray` interface.
8989

9090
You can use each module independently. For example, if you only need an off-heap memory allocator that collects memory upon GC, use `LBuffer` in **larray-buffer**.

0 commit comments

Comments
 (0)