Skip to content

Commit

Permalink
Update deletes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller authored Jun 3, 2024
1 parent d7ff1dc commit 95e3612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documents/deletes.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void query_is_soft_deleted_docs()
.Single().ShouldBe("bar");
}
```
<sup><a href='https://github.com/JasperFx/marten/blob/master/src/DocumentDbTests/Deleting/soft_deletes.cs#L338-L366' title='Snippet source file'>snippet source</a> | <a href='#snippet-sample_query_is_soft_deleted_docs' title='Start of snippet'>anchor</a></sup>
<sup><a href='https://github.com/JasperFx/marten/blob/master/src/DocumentDbTests/Deleting/soft_deletes.cs#L338-L366' title='Snippet source file'>snippet source</a> | <a href='#snippet-_query_is_soft_deleted_docs' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

### Fetching Documents Deleted Before or After a Specific Time
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 95e3612

Please sign in to comment.