ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
306 stars 37 forks source link

docs: update occurrences of ExponentialBackfff to ExponentialBackoff #67

Open MorrisLaw opened 9 months ago

MorrisLaw commented 9 months ago

PR to update typos in exponential docs.

Fixes #59 #64