aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorVladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com>2019-04-09 00:05:50 +0700
committerWouter van Oortmerssen <aardappel@gmail.com>2019-04-08 10:05:50 -0700
commitdd6daa709b4a105ce123726d98378cfcc27dab9a (patch)
treed4552c8e8a5a9b193d7051cfa0b2f64ae0fe769b /docs/source
parentdd85c3b721c97dc12b67235080e23edeba8d14e8 (diff)
downloadflatbuffers-dd6daa709b4a105ce123726d98378cfcc27dab9a.tar.gz
Part of #5265, neutral changes (#5281)
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/Schemas.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/Schemas.md b/docs/source/Schemas.md
index 66c800da..4f7bd728 100644
--- a/docs/source/Schemas.md
+++ b/docs/source/Schemas.md
@@ -324,8 +324,8 @@ Current understood attributes:
Note: currently not guaranteed to have an effect when used with
`--object-api`, since that may allocate objects at alignments less than
what you specify with `force_align`.
-- `bit_flags` (on an enum): the values of this field indicate bits,
- meaning that any value N specified in the schema will end up
+- `bit_flags` (on an unsigned enum): the values of this field indicate bits,
+ meaning that any unsigned value N specified in the schema will end up
representing 1<<N, or if you don't specify values at all, you'll get
the sequence 1, 2, 4, 8, ...
- `nested_flatbuffer: "table_name"` (on a field): this indicates that the field