From c811dc471a31175d985e2d448a772c628dcad5f6 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 26 Sep 2025 18:28:42 +0300 Subject: update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email --- azalea/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea') 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; -- cgit v1.2.3