Skip to content

Commit

Permalink
chore: fix typo (canonical#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Nov 7, 2024
1 parent 2f51514 commit 003a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (s SliceKey) String() string { return s.Package + "_" + s.Slice }

// Selection holds the required configuration to create a Build for a selection
// of slices from a Release. It's still an abstract proposal in the sense that
// the real information coming from pacakges is still unknown, so referenced
// the real information coming from packages is still unknown, so referenced
// paths could potentially be missing, for example.
type Selection struct {
Release *Release
Expand Down

0 comments on commit 003a93a

Please sign in to comment.