Skip to content

Commit 06c16f6

Browse files
authored
fix: 修正错别字
1 parent 2b24867 commit 06c16f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/MySQL Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
5. 在经常用在连接的列上,这 些列主要是一些外键,可以加快连接的速度;
2626

27-
6. 避免 where 子句中对宇段施加函数,这会造成无法命中索引。
27+
6. 避免 where 子句中对字段施加函数,这会造成无法命中索引。
2828

2929
7. 在使用InnoDB时使用与业务无关的自增主键作为主键,即使用逻辑主键,而不要使用业务主键。
3030

0 commit comments

Comments
 (0)