Skip to content

Commit

Permalink
docs(mutate): remove @remarks jsdoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Dec 23, 2024
1 parent 6fbeaf5 commit 05408a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mutate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const getBucket = (
/**
* Rebuilds a bucket from the given updates.
*
* @remarks
* The `bucket` must end in a boundary or be a head, otherwise this will throw an error.
* The `leftovers` array must be empty or contain entries which precede any entries inside `bucket`.
* If no updates result in changes to the bucket, the same bucket reference is returned.
Expand Down Expand Up @@ -310,7 +309,6 @@ export function rebuildBucket(
/**
* Rebuilds a level of the tree.
*
* @remarks
* Only yields diffs when the level is changed.
* Entry diffs are only yielded on level 0.
* Writes to the state.removedBuckets array if a level 0 bucket is changed/removed/added.
Expand Down

0 comments on commit 05408a6

Please sign in to comment.