Finishing sentence in docs

This commit is contained in:
Jonathan Johnson 2024-01-11 09:53:03 -08:00
parent 55b43cb4aa
commit bd13003cbb
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -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 {