aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax/miscellaneous.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax/miscellaneous.rdoc')
-rw-r--r--doc/syntax/miscellaneous.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/miscellaneous.rdoc b/doc/syntax/miscellaneous.rdoc
index d5691f8d60..87ec059ae7 100644
--- a/doc/syntax/miscellaneous.rdoc
+++ b/doc/syntax/miscellaneous.rdoc
@@ -13,7 +13,7 @@ most frequently used with <code>ruby -e</code>.
Ruby does not require any indentation. Typically, ruby programs are indented
two spaces.
-If you run ruby with warnings enabled and have an indentation mis-match, you
+If you run ruby with warnings enabled and have an indentation mismatch, you
will receive a warning.
== +alias+