Skip to content

Commit

Permalink
Update icechunk/src/zarr.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Iannucci <[email protected]>
  • Loading branch information
paraseba and mpiannucci authored Oct 18, 2024
1 parent 0b94af9 commit 0986a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk/src/zarr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ impl Store {
}

/// Make the current branch point to the given snapshot.
/// This fails if there is uncommitted changes, or if the branch has been updated
/// This fails if there are uncommitted changes, or if the branch has been updated
/// since checkout.
/// After execution, history of the repo branch will be altered, and the current
/// store will point to a different base snapshot_id
Expand Down

0 comments on commit 0986a0c

Please sign in to comment.