Explorar el Código

Fix typo

Signed-off-by: Michael Dresser <michaelmdresser@gmail.com>
Michael Dresser hace 3 años
padre
commit
f14467375b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/costmodel/cluster.go

+ 1 - 1
pkg/costmodel/cluster.go

@@ -121,7 +121,7 @@ type Disk struct {
 	// a new set of metrics that may or may not be available. Thus, they must
 	// be nilable to represent the complete absence of the data.
 	//
-	// In other words, nilability here let's us distinguish between
+	// In other words, nilability here lets us distinguish between
 	// "metric is not available" and "metric is available but is 0".
 	//
 	// They end in "Ptr" to distinguish from an earlier version in order to