Skip to content

Commit a7f0bfb

Browse files
committed
One more typo: dubug -> debug
1 parent 3044f5e commit a7f0bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3261,7 +3261,7 @@ fn main() {
32613261
error!("This is an error log")
32623262
warn!("This is a warn log")
32633263
info!("this is an info log")
3264-
debug!("This is a dubug log")
3264+
debug!("This is a debug log")
32653265
}
32663266
```
32673267

0 commit comments

Comments
 (0)