Skip to content

Commit d673df6

Browse files
authored
fix typo in cupertino_http documentation (#879)
1 parent 6e998db commit d673df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/cupertino_http/lib/src/cupertino_api.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ class URLSessionConfiguration
181181
ncb.NSURLSessionConfiguration.getDefaultSessionConfiguration(
182182
linkedLibs)!));
183183

184-
/// A configuration that uses caching and saves cookies and credentials.
184+
/// A session configuration that uses no persistent storage for caches,
185+
/// cookies, or credentials.
185186
///
186187
/// See [NSURLSessionConfiguration ephemeralSessionConfiguration](https://developer.apple.com/documentation/foundation/nsurlsessionconfiguration/1410529-ephemeralsessionconfiguration)
187188
factory URLSessionConfiguration.ephemeralSessionConfiguration() =>

0 commit comments

Comments
 (0)