Skip to content

Commit 225770b

Browse files
Update java/README.md
Co-Authored-By: emkornfield <emkornfield@gmail.com>
1 parent 9a4b43c commit 225770b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ a version of your choosing.
5858

5959
There are several system/environmental variables that users can configure. These trade off safety (they turn off checking) for speed. Typically they are only used in production settings after the code has been thoroughly tested without using them.
6060

61-
* BoundsChecking: Bounds checking is on by default. You can disable it by setting either the
61+
* Bounds Checking for memory accesses: Bounds checking is on by default. You can disable it by setting either the
6262
system property("arrow.enable_unsafe_memory_access") or the environmental variable
6363
("ARROW_ENABLE_UNSAFE_MEMORY_ACCESS") to "true". When both the system property and the environmental
6464
variable are set, the system property takes precedence.

0 commit comments

Comments
 (0)