Skip to content

Commit 6007ebc

Browse files
Update src/content/docs/d1/best-practices/read-replication.mdx
Co-authored-by: Lambros Petrou <[email protected]>
1 parent 743ce11 commit 6007ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/best-practices/read-replication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ const result = await session
382382
response.headers.set('x-d1-bookmark', session.getBookmark() ?? "")
383383
```
384384

385-
- Starting a Session with a `bookmark` ensures the new Session has all the same context as the previous Session.
385+
- Starting a Session with a `bookmark` ensures the new Session will be at least as up-to-date as the previous Session that generated the given `bookmark`.
386386
- Refer to the [D1 Workers Binding API documentation](/d1/worker-api/d1-database#withsession).
387387

388388
{/* #### Example of using `bookmark`

0 commit comments

Comments
 (0)