summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-26 14:42:32 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-26 14:42:32 -0500
commit218b69289bea7ff131b8c38b64db3d23504f7a04 (patch)
tree8e0884af5f021aef634f3c297a5352115893b70d /wiki
parent140a1198dcfca7b784f74bbfc2e25b3bb08d3933 (diff)
Typo police. (Thanks, @jessamynsmith!)
Diffstat (limited to 'wiki')
-rw-r--r--wiki/mysql/choose-something-else.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/mysql/choose-something-else.md b/wiki/mysql/choose-something-else.md
index 5797437..9c7f0bd 100644
--- a/wiki/mysql/choose-something-else.md
+++ b/wiki/mysql/choose-something-else.md
@@ -628,7 +628,7 @@ table.
Table manipulation -- creation, structural modification, and so on -- runs
into similar problems. MySQL itself parses each `CREATE TABLE` statement, then
hands off a parsed representation to the table engine so that it can manage
-storage. The parsed representation lossy: there are plenty of forms MySQL's
+storage. The parsed representation is lossy: there are plenty of forms MySQL's
parser recognizes that aren't representable in a `TABLE` structure, preventing
engines from implementing, say, column or tuple `CHECK` constraints without
MySQL's help.