Skip to content

Commit d14c82e

Browse files
authored
DisableAutoExpand is only applicable to the Bitmap field spec (#368)
1 parent c1bd489 commit d14c82e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

field/spec.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ type Spec struct {
7777
// which indicates the presence of an additional bitmap.
7878
// When automatic expansion is disabled, bits set beyond the bitmap range
7979
// will be disregarded, and the size of the bitmap will not change when
80-
// the first bit is set.
80+
// the first bit is set. This field is only applicable to the spec of a
81+
// Bitmap field type.
8182
DisableAutoExpand bool
8283
// Bitmap defines a bitmap field that is used only by a composite field
8384
// type. It defines the way that the composite will determine its

0 commit comments

Comments
 (0)