Skip to content

Commit 209e9ec

Browse files
committed
updated CHANGELOG.md, typo
1 parent 3aaf41f commit 209e9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • objectbox-java/src/main/java/io/objectbox

objectbox-java/src/main/java/io/objectbox/Box.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public List<T> get(Iterable<Long> ids) {
218218

219219
/**
220220
* Get the stored objects for the given IDs as a Map with IDs as keys, and entities as values.
221-
* IDs for none entity is found will be put in the map with null values.
221+
* IDs for which no entity is found will be put in the map with null values.
222222
*
223223
* @return null if not found
224224
*/

0 commit comments

Comments
 (0)