Skip to content

Commit

Permalink
fix doc name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Nov 1, 2024
1 parent 70e2289 commit 75fbad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type EnrollmentSetStorer interface {
}

type EnrollmentSetRemover interface {
// StoreEnrollmentSet dissociates enrollmentID and setName.
// RemoveEnrollmentSet dissociates enrollmentID and setName.
// If the association is removed true is returned.
// It should not be an error if the association does not exist.
RemoveEnrollmentSet(ctx context.Context, enrollmentID, setName string) (bool, error)
Expand Down

0 comments on commit 75fbad7

Please sign in to comment.