Skip to content

Commit 0e176bd

Browse files
committed
cm: update documentation to reflect bool -> byte change
1 parent cbe060d commit 0e176bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cm/option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Some[T any](v T) Option[T] {
2525
}
2626

2727
// option represents the internal representation of a Component Model option type.
28-
// The first byte is a bool representing none or some,
28+
// The first byte is a byte representing the none or some case,
2929
// followed by storage for the associated type T.
3030
type option[T any] struct {
3131
_ HostLayout

0 commit comments

Comments
 (0)