Skip to content

Commit 9858387

Browse files
pawcykcamrueg
andauthored
Update internal/store/persistentvolumeclaim.go
Co-authored-by: Manuel Rüger <[email protected]>
1 parent 0553bf4 commit 9858387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/persistentvolumeclaim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,6 @@ func getPersistentVolumeClaimClass(claim *v1.PersistentVolumeClaim) string {
270270
return *claim.Spec.StorageClassName
271271
}
272272

273-
// An empty string indicate absence of storage class.
273+
// An empty string indicates the absence of storage class.
274274
return ""
275275
}

0 commit comments

Comments
 (0)