Explorar o código

Fix header documentatin

Ryan Olson %!s(int64=10) %!d(string=hai) anos
pai
achega
103489c566
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Classes/ExplorerToolbar/FLEXManager.h

+ 1 - 1
Classes/ExplorerToolbar/FLEXManager.h

@@ -23,7 +23,7 @@
 /// Full responses are kept temporarily in a size limited cache and may be pruged under memory pressure.
 @property (nonatomic, assign, getter=isNetworkDebuggingEnabled) BOOL networkDebuggingEnabled;
 
-/// Defaults to 50 MB if never set. Values set here are presisted across launches of the app.
+/// Defaults to 25 MB if never set. Values set here are presisted across launches of the app.
 /// The response cache uses an NSCache, so it may purge prior to hitting the limit when the app is under memory pressure.
 @property (nonatomic, assign) NSUInteger networkResponseCacheByteLimit;