Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit b19ee0f

Browse files
Merge pull request #289 from SethFalco/doc-typo-in-databases
docs: typo in database.phtml
2 parents 6443993 + d4fe818 commit b19ee0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/databases.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ func main() async throws {
540540
</tr>
541541
<tr>
542542
<td>unique</td>
543-
<td>Unique Index which not allows duplicates.</td>
543+
<td>Unique Index to disallow duplicates.</td>
544544
</tr>
545545
<tr>
546546
<td>fulltext</td>

0 commit comments

Comments
 (0)