docs: Fix comment

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-29 20:45:22 -07:00
parent 7e8b7852e0
commit 5a0de42644
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ impl<T> Single<T> {
Some(unsafe { prev_value.assume_init() })
};
// Unlock the slot.
// Return the old value.
return Ok(prev_value);
}