Skip to content

Commit fd8d19b

Browse files
authored
Small grammar fix
1 parent f7217bc commit fd8d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/hitchhiker.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Do you know the fastest way to write data?
3030
Append it to the end of the file.
3131
There's no pointers, no updating of data structures, no extra IO costs incurred.
3232

33-
Unfortunately, to perform a query on an event log, we need to replay all the data figure out what happened.
33+
Unfortunately, to perform a query on an event log, we need to replay all the data to figure out what happened.
3434
That replay costs `O(n)`, since it touches every event written.
3535
So, how can we fix this?
3636

0 commit comments

Comments
 (0)