Skip to content

Commit ef81335

Browse files
author
julianfoo
committed
Removed unnecessary statement for removeAll method in createEntityAdapter docs.
1 parent 23c12a3 commit ef81335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createEntityAdapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The primary content of an entity adapter is a set of generated reducer functions
212212
- `upsertOne`: accepts a single entity. If an entity with that ID exists, it will perform a shallow update and the specified fields will be merged into the existing entity, with any matching fields overwriting the existing values. If the entity does not exist, it will be added.
213213
- `upsertMany`: accepts an array of entities or an object in the shape of `Record<EntityId, T>` that will be shallowly upserted.
214214

215-
Each method (except `removeAll`) has a signature that looks like:
215+
Each method has a signature that looks like:
216216

217217
```ts no-transpile
218218
(state: EntityState<T>, argument: TypeOrPayloadAction<Argument<T>>) => EntityState<T>

0 commit comments

Comments
 (0)