From 95e3612da5d25e741e49c02a81fe4e9ed684b02d Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Mon, 3 Jun 2024 15:07:27 -0500 Subject: [PATCH] Update deletes.md --- docs/documents/deletes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documents/deletes.md b/docs/documents/deletes.md index e074f4dcd9..ad330ed168 100644 --- a/docs/documents/deletes.md +++ b/docs/documents/deletes.md @@ -285,7 +285,7 @@ public void query_is_soft_deleted_docs() .Single().ShouldBe("bar"); } ``` -snippet source | anchor +snippet source | anchor ### Fetching Documents Deleted Before or After a Specific Time @@ -391,7 +391,7 @@ The easiest way to expose the metadata about whether or not a document is delete and when it was deleted is to implement the `ISoftDeleted` interface as shown in this sample document: -sample_implementing_ISoftDeleted +snippet: sample_implementing_ISoftDeleted Implementing `ISoftDeleted` on your document means that: