We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe060d commit 0e176bdCopy full SHA for 0e176bd
1 file changed
cm/option.go
@@ -25,7 +25,7 @@ func Some[T any](v T) Option[T] {
25
}
26
27
// option represents the internal representation of a Component Model option type.
28
-// The first byte is a bool representing none or some,
+// The first byte is a byte representing the none or some case,
29
// followed by storage for the associated type T.
30
type option[T any] struct {
31
_ HostLayout
0 commit comments