Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Mar 26, 2022
1 parent 639b54f commit 0af16b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A pooled representation of arrays for purposes of compression when there are few

Working with `PooledArray` objects does not differ from working with general
`AbstractArray` objects, with two exceptions:
* If you hold mutable objects in PooledArray it is not allowed to modify them
* If you hold mutable objects in `PooledArray` it is not allowed to modify them
after they are stored in it.
* In multi-threaded context it is not safe to assign values that are not already
present in a `PooledArray`'s pool from one thread while either reading or
Expand Down

0 comments on commit 0af16b2

Please sign in to comment.