Skip to content

Commit a7f0bfb

Browse files
committedApr 3, 2013
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

5 commit comments

Comments
 (5)

bors commented on Apr 4, 2013

@bors
Collaborator

saw approval from thestinger
at steveklabnik@a7f0bfb

bors commented on Apr 4, 2013

@bors
Collaborator

merging steveklabnik/rust/add_log_docs = a7f0bfb into auto

bors commented on Apr 4, 2013

@bors
Collaborator

steveklabnik/rust/add_log_docs = a7f0bfb merged ok, testing candidate = 21de574

bors commented on Apr 4, 2013

@bors
Collaborator

fast-forwarding incoming to auto = 21de574

Please sign in to comment.