grammar: replace all occurrences of "the the" with "the"

This commit is contained in:
Oscar Utbult
2022-09-17 22:28:56 +02:00
parent d6e40a3f6c
commit 88cf251ef7
8 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ type ByteWriter struct {
// WrappingAPIVersion is the apiVersion for WrappingKind
WrappingAPIVersion string
// Sort if set, will cause ByteWriter to sort the the nodes before writing them.
// Sort if set, will cause ByteWriter to sort the nodes before writing them.
Sort bool
}