We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be6841f + f14da71 commit 776a62dCopy full SHA for 776a62d
docs/zkEVM/architecture/data-streamer/bookmarks.md
@@ -25,7 +25,7 @@ A **bookmark** is used for this purpose by the stream client.
25
26
A bookmark is an entry in a stream, and therefore has an entry number, denoted by $\texttt{entryNumber}$.
27
28
-A bookmark is essentially a string of bytes. It links an $\texttt{entryNumber}$ to a string of bytes, in a way that is meaningful to an application.
+A bookmark is essentially a string of bytes. It links an $\texttt{entryNumber}$ to a string of bytes in a way that is meaningful to an application.
29
30
Stream clients can request stream servers to start the stream from a particular bookmark using the $\texttt{StartBookmark()}$ method.
31
0 commit comments