about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 1cb8b7053b5..d70fcded5e7 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -3261,7 +3261,7 @@ fn main() {
     error!("This is an error log")
     warn!("This is a warn log")
     info!("this is an info log")
-    debug!("This is a dubug log")
+    debug!("This is a debug log")
 }
 ```