Преглед изворни кода

Merge pull request #37801 from nashasha1/fix/some-typo

Fix typo dont->don't
Sebastiaan van Stijn пре 6 година
родитељ
комит
c1d090fcc8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/types/stats.go

+ 1 - 1
api/types/stats.go

@@ -129,7 +129,7 @@ type NetworkStats struct {
 	TxBytes uint64 `json:"tx_bytes"`
 	// Packets sent. Windows and Linux.
 	TxPackets uint64 `json:"tx_packets"`
-	// Sent errors. Not used on Windows. Note that we dont `omitempty` this
+	// Sent errors. Not used on Windows. Note that we don't `omitempty` this
 	// field as it is expected in the >=v1.21 API stats structure.
 	TxErrors uint64 `json:"tx_errors"`
 	// Outgoing packets dropped. Windows and Linux.