We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c425c commit 7d63dd4Copy full SHA for 7d63dd4
1 file changed
components/spider-storage/src/state/job_cache.rs
@@ -74,7 +74,7 @@ impl<
74
///
75
/// # Returns
76
77
- /// A clone of the job control block if it exists, or [`None`] if not found.
+ /// The job control block of the given ID if it exists, [`None`] otherwise.
78
#[must_use]
79
pub fn get(
80
&self,
@@ -89,7 +89,7 @@ impl<
89
90
91
92
- /// The removed job control block if it existed, or [`None`] if not found.
+ /// The removed job control block if it existed, [`None`] otherwise.
93
94
pub fn remove(
95
0 commit comments