Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Apr 29, 2024
1 parent 387b096 commit 39dc71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendedcopy.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type ExtendedCopyGraphOptions struct {

// ExtendedCopy copies the directed acyclic graph (DAG) that are reachable from
// the given tagged node from the source GraphTarget to the destination Target.
// In other words, it copies an tagged artifact along with its referrers or
// In other words, it copies a tagged artifact along with its referrers or
// other predecessor manifests referencing it.
//
// The tagged node (e.g. a tagged manifest of the artifact) is identified by the
Expand Down

0 comments on commit 39dc71f

Please sign in to comment.