Fix documentation

Changed attribtue to attribute
This commit is contained in:
Eliseo Juan Quintanilla
2018-12-05 10:09:05 +01:00
committed by GitHub
parent d344b9d878
commit 1dea1d0d06

View File

@@ -330,7 +330,7 @@ public extension CoreStore {
}
/**
Using the `defaultStack`, queries a dictionary of attribtue values as specified by the `QueryClause`s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
Using the `defaultStack`, queries a dictionary of attribute values as specified by the `QueryClause`s. Requires at least a `Select` clause, and optional `Where`, `OrderBy`, `GroupBy`, and `Tweak` clauses.
A "query" differs from a "fetch" in that it only retrieves values already stored in the persistent store. As such, values from unsaved transactions or contexts will not be incorporated in the query result.