1 parent 3aaf41f commit 209e9ecCopy full SHA for 209e9ec
1 file changed
objectbox-java/src/main/java/io/objectbox/Box.java
@@ -218,7 +218,7 @@ public List<T> get(Iterable<Long> ids) {
218
219
/**
220
* 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.
+ * IDs for which no entity is found will be put in the map with null values.
222
*
223
* @return null if not found
224
*/
0 commit comments