Skip to content

Commit e0e94a3

Browse files
committed
Highlight unhighlighted documentation
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 83bbd89 commit e0e94a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ db.create(collation: "NODIACRITIC") { lhs, rhs in
13421342
13431343
We can reference a custom collation using the `Custom` member of the `Collation` enumeration.
13441344
1345-
```
1345+
``` swift
13461346
restaurants.order(collate(.Custom("NODIACRITIC"), name))
13471347
// SELECT * FROM "restaurants" ORDER BY "name" COLLATE "NODIACRITIC"
13481348
```

0 commit comments

Comments
 (0)