Update README.md

This commit is contained in:
tgruben 2021-11-29 09:18:44 -06:00 committed by GitHub
parent 42f3b79640
commit 8b7d429417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,12 +93,12 @@ The leaf page contains a series of cells with the header of:
[8] highbits
[4] flag
[4] child count
[*] array or RLE data
[*] array or RLE data or Handle (a pageno) to Bitmap Data
### Bitmap page
### Bitmap Data page
The data for the bitmap page takes up the entire 8KB.
The data for the bitmap data page takes up the entire 8KB.
## Proof of Concept Notes