From 6d02410f461ab17b9c7e09078a2ffdcbc426271d Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 22:58:57 +0100 Subject: [PATCH] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be7877a..798ef81 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ lazy-static.rs ============== -A macro for declaring lazily evaluated statics in Rust. +A macro for declaring lazily evaluated statistics in Rust. Using this macro, it is possible to have `static`s that require code to be executed at runtime in order to be initialized.