mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 11:38:32 -04:00
Fix typos and markdowns
Found via these commands: codespell -L crate markdownlint -f README.md --disable MD013 MD033 MD041
This commit is contained in:
parent
aef90a5c0c
commit
074e1b430c
2 changed files with 18 additions and 18 deletions
|
@ -185,7 +185,7 @@ impl TcpPortPool {
|
|||
}
|
||||
}
|
||||
|
||||
/// Requests a free port from the pool. An error is returned if none is available (exhaused max capacity).
|
||||
/// Requests a free port from the pool. An error is returned if none is available (exhausted max capacity).
|
||||
pub async fn next(&self) -> anyhow::Result<VirtualPort> {
|
||||
let mut inner = self.inner.write().await;
|
||||
let port = inner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue