Skip to content

Commit 82e9dea

Browse files
authored
Update sql-statement-explain-analyze.md (pingcap#3824)
1 parent 7a99816 commit 82e9dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-statements/sql-statement-explain-analyze.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ EXPLAIN ANALYZE SELECT * FROM t1;
9393

9494
## MySQL compatibility
9595

96-
`EXPLAIN ANALYZE` is a feature of MySQL 8.0, but both the output format and the potential execution plans in TiDB differ substaintially from MySQL.
96+
`EXPLAIN ANALYZE` is a feature of MySQL 8.0, but both the output format and the potential execution plans in TiDB differ substantially from MySQL.
9797

9898
## See also
9999

0 commit comments

Comments
 (0)