From 17dd98957a9a7d3e4b991b1a8831ceef529daeaa Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Wed, 9 Oct 2024 11:18:43 -0500 Subject: [PATCH] markdown linting --- docs/events/appending.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/events/appending.md b/docs/events/appending.md index 2bc5fe5d55..d6eb1f040e 100644 --- a/docs/events/appending.md +++ b/docs/events/appending.md @@ -179,7 +179,6 @@ This causes a couple side effects that **force stricter usage of Marten**: 1. Marten will throw a `StreamTypeMissingException` exception if you call a `StartStream()` overload that doesn't include the stream type 2. Marten will throw a `NonExistentStreamException` if you try to append events to a stream that does not already exist - ## Optimistic Versioned Append ::: tip