summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2018-01-15 15:26:06 +0100
committerGitHub <noreply@github.com>2018-01-15 15:26:06 +0100
commit8504872b7806ee5102aea3650d522b04ad8b9182 (patch)
tree9c31e7c18f72bfcd44f969327e3a03f1df0e9704
parente51b96e215a1a5bf343fd51785e7d5dc7910e0bc (diff)
parenta01006a84a6d1f6b7828e124661a3599f07867d6 (diff)
Merge pull request #71 from skade/patch-1
Minor typo fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 333e5b9..333da94 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ fn main() {
// Add a row per time
table.add_row(row!["ABC", "DEFG", "HIJKLMN"]);
table.add_row(row!["foobar", "bar", "foo"]);
- // A more compicated way to add a row:
+ // A more complicated way to add a row:
table.add_row(Row::new(vec![
Cell::new("foobar2"),
Cell::new("bar2"),