Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3504ffa

Browse files
rghetiabogdandrutu
authored andcommitted
fix typo. (#225)
1 parent e2f5be5 commit 3504ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var genericResourceMap = map[string]string{
8181
}
8282

8383
// returns transformed label map and true if all labels in match are found
84-
// in input except optional project_id. It returns false it at lease one label
84+
// in input except optional project_id. It returns false if at least one label
8585
// other than project_id is missing.
8686
func transformResource(match, input map[string]string) (map[string]string, bool) {
8787
output := make(map[string]string, len(input))

0 commit comments

Comments
 (0)