Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
  • Loading branch information
davwheat and askvortsov1 authored Aug 15, 2021
1 parent cd92bd8 commit 19620d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/common/utils/ItemList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default class ItemList<T> {
/**
* Merge another list's items into this one.
*
* The list passed to this function will overwrite items whichalready exist
* The list passed to this function will overwrite items which already exist
* with the same key.
*/
merge<K>(otherList: ItemList<K>): ItemList<T | K> {
Expand Down

0 comments on commit 19620d0

Please sign in to comment.