Skip to content

Commit 90e91f0

Browse files
Update src/content/docs/d1/worker-api/return-object.mdx
Co-authored-by: Lambros Petrou <[email protected]>
1 parent 0ee92d1 commit 90e91f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/worker-api/return-object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The methods [`D1PreparedStatement::run`](/d1/worker-api/prepared-statements/#run
2828
served_by_region: string // the region of the database instance that executed the query
2929
served_by_primary: boolean // true if (and only if) the database instance that executed the query was the primary
3030
timings: {
31-
sql_duration_ms: number // the duration of the SQL query execution by the database instance. It does not include any network time.
31+
sql_duration_ms: number // the duration of the SQL query execution by the database instance (not including any network time)
3232
}
3333
duration: number, // the duration of the SQL query execution only, in milliseconds
3434
changes: number, // the number of changes made to the database

0 commit comments

Comments
 (0)