2
0

Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2023-10-04 20:35:28 +03:00
committed by Jack Christensen
parent 91530db629
commit c6c50110db
15 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type _float32Slice []float32
type _float64Slice []float64
type _byteSlice []byte
// unregisteredOID represents a actual type that is not registered. Cannot use 0 because that represents that the type
// unregisteredOID represents an actual type that is not registered. Cannot use 0 because that represents that the type
// is not known (e.g. when using the simple protocol).
const unregisteredOID = uint32(1)