mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 05:51:20 +00:00
Finishing sentence in docs
This commit is contained in:
parent
55b43cb4aa
commit
bd13003cbb
1 changed files with 2 additions and 1 deletions
|
|
@ -3591,7 +3591,8 @@ impl InvalidationBatch<'_> {
|
|||
|
||||
/// Invokes all pending invalidations.
|
||||
///
|
||||
/// This function is a no-op if `self` is a nested batch. Only the first batch of each thread
|
||||
/// This function is a no-op if `self` is a nested batch. Only the root
|
||||
/// batch of each thread can trigger invalidations manually.
|
||||
pub fn invoke(&self) {
|
||||
let mut batch = self.0.borrow_mut();
|
||||
if batch.nesting == 1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue