Skip to content

Commit 52ab328

Browse files
authored
Merge pull request #17 from rockymeza/patch-1
Small grammar fix
2 parents f7217bc + fd8d19b commit 52ab328

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)