ソースを参照

Fix header documentatin

Ryan Olson 10 年 前
コミット
103489c566
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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;