Skip to content

Commit

Permalink
One more typo: dubug -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 3, 2013
1 parent 3044f5e commit a7f0bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down

5 comments on commit a7f0bfb

@bors
Copy link
Contributor

@bors bors commented on a7f0bfb Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at steveklabnik@a7f0bfb

@bors
Copy link
Contributor

@bors bors commented on a7f0bfb Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/add_log_docs = a7f0bfb into auto

@bors
Copy link
Contributor

@bors bors commented on a7f0bfb Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bors
Copy link
Contributor

@bors bors commented on a7f0bfb Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on a7f0bfb Apr 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 21de574

Please sign in to comment.