From 7867d8dbd11dbcf6f381c49802f2ab75767326e7 Mon Sep 17 00:00:00 2001 From: Tore Nestenius Date: Tue, 23 Feb 2021 18:43:25 +0100 Subject: [PATCH] Update reading.md Fixed typo in the headline --- docs/reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reading.md b/docs/reading.md index e7e5236..3324593 100644 --- a/docs/reading.md +++ b/docs/reading.md @@ -31,7 +31,7 @@ if this is the last page to read, i.e., are there no more messages to read. `ReadDirection.Backwards`. Finally, there is a method `ReadNext` which simply returns the next page. -**Backwards** +**Forwards** The method to read the 'all' stream forwards is: ```csharp