mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
chore: update wording in docs to improve readability (#6607)
## Problem Found typos while reading the docs ## Summary of changes Fixed the typos found
This commit is contained in:
@@ -64,7 +64,7 @@ Storage.
|
||||
|
||||
The LayerMap tracks what layers exist in a timeline.
|
||||
|
||||
Currently, the layer map is just a resizeable array (Vec). On a GetPage@LSN or
|
||||
Currently, the layer map is just a resizable array (Vec). On a GetPage@LSN or
|
||||
other read request, the layer map scans through the array to find the right layer
|
||||
that contains the data for the requested page. The read-code in LayeredTimeline
|
||||
is aware of the ancestor, and returns data from the ancestor timeline if it's
|
||||
|
||||
Reference in New Issue
Block a user