Fix typo
This commit is contained in:
parent
8488d5abf8
commit
c83792c570
|
@ -1,5 +1,5 @@
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
//! # Smithay: the wayland composito smithy
|
//! **Smithay: the wayland compositor smithy**
|
||||||
//!
|
//!
|
||||||
//! Most entry points in the modules can take an optionnal `slog::Logger` as argument
|
//! Most entry points in the modules can take an optionnal `slog::Logger` as argument
|
||||||
//! that will be used as a drain for logging. If `None` is provided, they'll log to `slog-stdlog`.
|
//! that will be used as a drain for logging. If `None` is provided, they'll log to `slog-stdlog`.
|
||||||
|
|
Loading…
Reference in New Issue