Fixed typo in docs of Command (#564)

This commit is contained in:
feathecutie 2021-05-05 15:57:58 +02:00 committed by GitHub
parent 92f62ba86f
commit 8a3105a68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ use super::error::Result;
/// In order to understand how to use and execute commands,
/// it is recommended that you take a look at [Command Api](../#command-api) chapter.
pub trait Command {
/// Write an ANSI representation of this commmand to the given writer.
/// Write an ANSI representation of this command to the given writer.
/// An ANSI code can manipulate the terminal by writing it to the terminal buffer.
/// However, only Windows 10 and UNIX systems support this.
///