@@ -43,7 +43,7 @@ extension SharedReaderKey {
4343 /// - Parameters:
4444 /// - request: A request describing the data to fetch.
4545 /// - database: The database to read from. A value of `nil` will use
46- /// `@Dependency(\.defaultDatabase)`` .
46+ /// `@Dependency(\.defaultDatabase)`.
4747 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
4848 @available ( iOS, deprecated: 9999 , message: " Use the '@Fetch' property wrapper, instead " )
4949 @available ( macOS, deprecated: 9999 , message: " Use the '@Fetch' property wrapper, instead " )
@@ -70,7 +70,7 @@ extension SharedReaderKey {
7070 /// - Parameters:
7171 /// - request: A request describing the data to fetch.
7272 /// - database: The database to read from. A value of `nil` will use
73- /// `@Dependency(\.defaultDatabase)`` .
73+ /// `@Dependency(\.defaultDatabase)`.
7474 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
7575 @available ( iOS, deprecated: 9999 , message: " Use the '@Fetch' property wrapper, instead " )
7676 @available ( macOS, deprecated: 9999 , message: " Use the '@Fetch' property wrapper, instead " )
@@ -99,7 +99,7 @@ extension SharedReaderKey {
9999 /// - sql: A raw SQL string describing the data to fetch.
100100 /// - arguments: Arguments to bind to the SQL statement.
101101 /// - database: The database to read from. A value of `nil` will use
102- /// `@Dependency(\.defaultDatabase)`` .
102+ /// `@Dependency(\.defaultDatabase)`.
103103 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
104104 @available ( iOS, deprecated: 9999 , message: " Use '@FetchAll' and '#sql', instead " )
105105 @available ( macOS, deprecated: 9999 , message: " Use '@FetchAll' and '#sql', instead " )
@@ -132,7 +132,7 @@ extension SharedReaderKey {
132132 /// - sql: A raw SQL string describing the data to fetch.
133133 /// - arguments: Arguments to bind to the SQL statement.
134134 /// - database: The database to read from. A value of `nil` will use
135- /// `@Dependency(\.defaultDatabase)`` .
135+ /// `@Dependency(\.defaultDatabase)`.
136136 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
137137 @available ( iOS, deprecated: 9999 , message: " Use '@FetchOne' and '#sql', instead " )
138138 @available ( macOS, deprecated: 9999 , message: " Use '@FetchOne' and '#sql', instead " )
@@ -158,7 +158,7 @@ extension SharedReaderKey {
158158 /// - Parameters:
159159 /// - request: A request describing the data to fetch.
160160 /// - database: The database to read from. A value of `nil` will use
161- /// `@Dependency(\.defaultDatabase)`` .
161+ /// `@Dependency(\.defaultDatabase)`.
162162 /// - scheduler: The scheduler to observe from. By default, database observation is performed
163163 /// asynchronously on the main queue.
164164 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
@@ -184,7 +184,7 @@ extension SharedReaderKey {
184184 /// - Parameters:
185185 /// - request: A request describing the data to fetch.
186186 /// - database: The database to read from. A value of `nil` will use
187- /// `@Dependency(\.defaultDatabase)`` .
187+ /// `@Dependency(\.defaultDatabase)`.
188188 /// - scheduler: The scheduler to observe from. By default, database observation is performed
189189 /// asynchronously on the main queue.
190190 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
@@ -211,7 +211,7 @@ extension SharedReaderKey {
211211 /// - sql: A raw SQL string describing the data to fetch.
212212 /// - arguments: Arguments to bind to the SQL statement.
213213 /// - database: The database to read from. A value of `nil` will use
214- /// `@Dependency(\.defaultDatabase)`` .
214+ /// `@Dependency(\.defaultDatabase)`.
215215 /// - scheduler: The scheduler to observe from. By default, database observation is performed
216216 /// asynchronously on the main queue.
217217 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
@@ -244,7 +244,7 @@ extension SharedReaderKey {
244244 /// - sql: A raw SQL string describing the data to fetch.
245245 /// - arguments: Arguments to bind to the SQL statement.
246246 /// - database: The database to read from. A value of `nil` will use
247- /// `@Dependency(\.defaultDatabase)`` .
247+ /// `@Dependency(\.defaultDatabase)`.
248248 /// - scheduler: The scheduler to observe from. By default, database observation is performed
249249 /// asynchronously on the main queue.
250250 /// - Returns: A key that can be passed to the `@SharedReader` property wrapper.
0 commit comments