We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd489 commit d14c82eCopy full SHA for d14c82e
field/spec.go
@@ -77,7 +77,8 @@ type Spec struct {
77
// which indicates the presence of an additional bitmap.
78
// When automatic expansion is disabled, bits set beyond the bitmap range
79
// will be disregarded, and the size of the bitmap will not change when
80
- // the first bit is set.
+ // the first bit is set. This field is only applicable to the spec of a
81
+ // Bitmap field type.
82
DisableAutoExpand bool
83
// Bitmap defines a bitmap field that is used only by a composite field
84
// type. It defines the way that the composite will determine its
0 commit comments