Fix a typo in lib.rs
This commit is contained in:
parent
d91b8dec70
commit
930a47d7e8
@ -1,7 +1,7 @@
|
|||||||
//! Crossterm provides the same core functionalities for both windows and unix systems.
|
//! Crossterm provides the same core functionalities for both windows and unix systems.
|
||||||
//! Crossterm aims to be simple and easy to call in code.
|
//! Crossterm aims to be simple and easy to call in code.
|
||||||
//! True the simplicity of Crossterm you do not have to worry about the platform your working with.
|
//! True the simplicity of Crossterm you do not have to worry about the platform your working with.
|
||||||
//! You can just call the action you want to preform and under water it will check what to do based on the current platform.
|
//! You can just call the action you want to perform and under water it will check what to do based on the current platform.
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod shared;
|
mod shared;
|
||||||
@ -22,4 +22,4 @@ extern crate libc;
|
|||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
extern crate termios;
|
extern crate termios;
|
||||||
|
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
|
Loading…
Reference in New Issue
Block a user