Skip to content

Commit

Permalink
chore: update RandomAccessDataset.java (#3361)
Browse files Browse the repository at this point in the history
occuring -> occurring
  • Loading branch information
eltociear committed Jul 22, 2024
1 parent b23c848 commit af889d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public <K> RandomAccessDataset subDataset(List<K> recordKeys, List<K> subRecordK
*
* @param indicesOfRecordKeys Map for keys of the records in this dataset to their index
* position within this dataset. While this map typically maps all records, technically it
* just needs to map the ones occuring in <code>subRecordKeys</code>.
* just needs to map the ones occurring in <code>subRecordKeys</code>.
* @param subRecordKeys Keys to define the view on the dataset. All keys in <code>subRecordKeys
* </code> must be contained in <code>indicesOfRecordKeys</code> but may occur more than
* once.
Expand Down

0 comments on commit af889d8

Please sign in to comment.