Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: shangchengbabaiban <[email protected]>
  • Loading branch information
shangchengbabaiban committed Jul 29, 2024
1 parent cc9dd34 commit 4f8548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/internal/target/kusttarget_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func TestErrorMessageForMalformedYAML(t *testing.T) {
}
}

// loaderNewReturnsError duplicates baseLoader's behavior except
// loaderNewThrowsError duplicates baseLoader's behavior except
// that New() returns the specified error.
type loaderNewThrowsError struct {
baseLoader ifc.Loader
Expand Down
2 changes: 1 addition & 1 deletion api/types/loadrestrictions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package types

// Restrictions on what things can be referred to
// LoadRestrictions on what things can be referred to
// in a kustomization file.
//
//go:generate stringer -type=LoadRestrictions
Expand Down

0 comments on commit 4f8548c

Please sign in to comment.