Skip to content

Commit 09466f3

Browse files
committed
Update Apple documentation link
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent d287345 commit 09466f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ users.filter(verified || balance >= 10_000)
662662

663663
We can build our own boolean expressions by using one of the many [filter operators and functions](#filter-operators-and-functions).
664664

665-
> _Note:_ SQLite.swift defines `filter` instead of `where` because `where` is [a reserved keyword](https://developer.apple.com/library/ios/documentation/swift/conceptual/Swift_Programming_Language/LexicalStructure.html#//apple_ref/doc/uid/TP40014097-CH30-XID_906).
665+
> _Note:_ SQLite.swift defines `filter` instead of `where` because `where` is [a reserved keyword](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html#//apple_ref/doc/uid/TP40014097-CH30-ID413).
666666

667667

668668
##### Filter Operators and Functions

0 commit comments

Comments
 (0)