Skip to content

Commit 06a53df

Browse files
authored
Fix start page: Backwards and Forwards Compatibility (#8645)
1 parent c526cb6 commit 06a53df

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ It is available as Open Source on
2121
- :material-memory:{ .lg .middle } **Memory Efficiency and Speed**
2222

2323
---
24-
The only memory needed to access your data is that of the buffer. No heap is
25-
required.
24+
The only memory needed to access your data is that of the buffer.
25+
No heap is required.
2626

2727
- :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards
2828
Compatibility**
2929

3030
---
31-
The only memory needed to access your data is that of the buffer. No heap is
31+
FlatBuffers enables the schema to evolve over time while still maintaining
32+
forwards and backwards compatibility with old flatbuffers.
33+
3234
required.
3335

3436
- :material-scale-off:{ .lg .middle } **Small Footprint**

0 commit comments

Comments
 (0)