Skip to content

Commit

Permalink
fix typo in cupertino_http documentation (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami authored May 24, 2023
1 parent 6e998db commit d673df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/cupertino_http/lib/src/cupertino_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ class URLSessionConfiguration
ncb.NSURLSessionConfiguration.getDefaultSessionConfiguration(
linkedLibs)!));

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

0 comments on commit d673df6

Please sign in to comment.