File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nexus/db-queries/src/db/datastore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ impl DataStore {
9898 ///
9999 /// This is equivalent to reading the current sitrep version using
100100 /// [`DataStore::fm_current_sitrep_version`], and then reading the sitrep
101- /// itself using [`DataStore::fm_sitrep_read_on_conn `].
101+ /// itself using [`DataStore::fm_sitrep_read `].
102102 ///
103103 /// If this method returns `None`, there is no current sitrep, meaning that
104104 /// no sitreps have been created.
@@ -196,7 +196,7 @@ impl DataStore {
196196 }
197197}
198198
199- /// Errors returned by [`Datastore ::fm_sitrep_insert`].
199+ /// Errors returned by [`DataStore ::fm_sitrep_insert`].
200200#[ derive( Debug , thiserror:: Error ) ]
201201pub enum InsertSitrepError {
202202 #[ error( transparent) ]
You can’t perform that action at this time.
0 commit comments