Skip to content

Commit 6d02410

Browse files
committed
Fix typos in README.md
1 parent 6f864e4 commit 6d02410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy-static.rs
22
==============
33

4-
A macro for declaring lazily evaluated statics in Rust.
4+
A macro for declaring lazily evaluated statistics in Rust.
55

66
Using this macro, it is possible to have `static`s that require code to be
77
executed at runtime in order to be initialized.

0 commit comments

Comments
 (0)