Skip to content

Commit

Permalink
Fix a docstring reference to _n
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Feb 6, 2020
1 parent 4210485 commit f63e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/direct/future.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
};
use futures_timer::Delay;

/// An error that occurs when the number of cells required in `check_all`
/// An error that occurs when the number of cells required in `check_n`
/// exceeds the maximum capacity of the limiter.
#[derive(Debug, Clone)]
pub struct InsufficientCapacity(pub u32);
Expand Down

0 comments on commit f63e6e1

Please sign in to comment.