Skip to content

Commit 080bb44

Browse files
committed
docs: fix typo
1 parent 31b04e3 commit 080bb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/design/tables/indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To make searches faster on fields other than the primary key or a foreign key, y
3535
add a secondary index explicitly.
3636

3737
Regular indexes are declared as `index(attr1, ..., attrN)` on a separate line anywhere in
38-
the table declration (below the primary key divide).
38+
the table declaration (below the primary key divide).
3939

4040
Indexes can be declared with unique constraint as `unique index (attr1, ..., attrN)`.
4141

0 commit comments

Comments
 (0)