Skip to content

Commit

Permalink
Update packages/dds/tree/src/core/revertible.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jenn <[email protected]>
  • Loading branch information
jikim-msft and jenn-le authored Jan 8, 2025
1 parent 90afd19 commit 669ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dds/tree/src/core/revertible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface RevertibleAlpha extends Revertible {
/**
* Clones the {@link Revertible} to a target branch.
*
* @remarks To clone `RevertibleAlpha` in batch, use {@link cloneRevertibles}.
* @remarks To clone a group of`RevertibleAlpha`s, use {@link cloneRevertibles}.
*
* @param branch - A target branch to apply the revertible to.
* The target branch must contain the same commit that this revertible is meant to revert, otherwise will throw an error.
Expand Down

0 comments on commit 669ba16

Please sign in to comment.