summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-02-14 18:41:12 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-02-14 18:41:12 +0100
commit2e97afa91ea1d790f00aa832f4471a4fb1bd53cc (patch)
treeff73d6b9e906fdc20c3fb1e7c25db28ad5c75602
parente86881f4051cebb31c0a76f1c3217d8890b73a7f (diff)
Fixed typo
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b3e211c..6c7f382 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -164,7 +164,7 @@ impl <'a> TableSlice<'a> {
/// Print the table to standard output. Colors won't be displayed unless
/// stdout is a tty terminal. This means that if stdout is redirected to a file, or piped
- /// to another program, nor color will be displayed.
+ /// to another program, no color will be displayed.
/// To force colors rendering, use `print_tty()` method.
/// Calling `printstd()` is equivalent to calling `print_tty(false)`
/// # Panic
@@ -296,7 +296,7 @@ impl Table {
/// Print the table to standard output. Colors won't be displayed unless
/// stdout is a tty terminal. This means that if stdout is redirected to a file, or piped
- /// to another program, nor color will be displayed.
+ /// to another program, no color will be displayed.
/// To force colors rendering, use `print_tty()` method.
/// Calling `printstd()` is equivalent to calling `print_tty(false)`
/// # Panic