Skip to content

Commit 81ecefc

Browse files
morgozz-jason
authored andcommitted
reference/sql/constraints: Fixes spelling error (pingcap#1185)
1 parent 45970e7 commit 81ecefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/reference/sql/constraints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: ['/docs/sql/constraints/']
99

1010
## Overview
1111

12-
TiDB supports the same basic constraints supported in MySQL with the follwing exceptions:
12+
TiDB supports the same basic constraints supported in MySQL with the following exceptions:
1313

1414
- `PRIMARY KEY` and `UNIQUE` constraints are checked lazily by default. By batching checks until when the transaction commits, TiDB is able to reduce network communication. This behavior can be changed by setting `tidb_constraint_check_in_place` to `TRUE`.
1515

0 commit comments

Comments
 (0)