Skip to content

Commit 7d63dd4

Browse files
committed
Fix docstring
1 parent 00c425c commit 7d63dd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/spider-storage/src/state/job_cache.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl<
7474
///
7575
/// # Returns
7676
///
77-
/// A clone of the job control block if it exists, or [`None`] if not found.
77+
/// The job control block of the given ID if it exists, [`None`] otherwise.
7878
#[must_use]
7979
pub fn get(
8080
&self,
@@ -89,7 +89,7 @@ impl<
8989
///
9090
/// # Returns
9191
///
92-
/// The removed job control block if it existed, or [`None`] if not found.
92+
/// The removed job control block if it existed, [`None`] otherwise.
9393
#[must_use]
9494
pub fn remove(
9595
&self,

0 commit comments

Comments
 (0)