Przeglądaj źródła

Merge pull request #142 from shepting/patch-1

Fix typo pruged -> pruned
Ryan Olson 9 lat temu
rodzic
commit
e40054ba1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Classes/FLEXManager.h

+ 1 - 1
Classes/FLEXManager.h

@@ -23,7 +23,7 @@
 
 /// If this property is set to YES, FLEX will swizzle NSURLConnection*Delegate and NSURLSession*Delegate methods
 /// on classes that conform to the protocols. This allows you to view network activity history from the main FLEX menu.
-/// Full responses are kept temporarily in a size limited cache and may be pruged under memory pressure.
+/// Full responses are kept temporarily in a size-limited cache and may be pruned under memory pressure.
 @property (nonatomic, assign, getter=isNetworkDebuggingEnabled) BOOL networkDebuggingEnabled;
 
 /// Defaults to 25 MB if never set. Values set here are presisted across launches of the app.