From d89b72cc746770c12d7ab1b38ee8d0bd5ea220f3 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 15 Jan 2024 18:56:26 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc0f0bf6..c075400c4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ fn main() { ```rust,ignore // In lib.rs or main.rs -// Include the generated-file as a seperate module +// Include the generated-file as a separate module pub mod built_info { include!(concat!(env!("OUT_DIR"), "/built.rs")); }