diff options
| author | mat <git@matdoes.dev> | 2025-09-26 18:28:42 +0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-26 18:28:42 +0300 |
| commit | c811dc471a31175d985e2d448a772c628dcad5f6 (patch) | |
| tree | 8b93307d67f22cab90e24f96a7bafa67286ffd42 /azalea | |
| parent | 2dc8f5683f38297157ea541d2e0ed536aadafdf9 (diff) | |
| download | azalea-drasl-c811dc471a31175d985e2d448a772c628dcad5f6.tar.xz | |
update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/README.md b/azalea/README.md index 255e7139..ec25bfd0 100644 --- a/azalea/README.md +++ b/azalea/README.md @@ -35,7 +35,7 @@ The documentation for the latest Azalea crates.io release is available at [docs. # Examples ```rust,no_run -//! A bot that logs chat messages and the number that we've received to the console.\ +//! A bot that logs chat messages and the number that we've received to the console. use std::sync::Arc; |
