Skip to content

Commit

Permalink
Remove reference to NSAutoreleasePool
Browse files Browse the repository at this point in the history
NSAutoreleasePool has gone, replaced by @autoreleasepool. This removes
NSAutoreleasePool from the comment incase anyone gets confused in
future.
  • Loading branch information
mattjgalloway committed Mar 27, 2012
1 parent 4af1759 commit 6b2d1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBProgressHUD.h
Expand Up @@ -187,7 +187,7 @@ typedef enum {
/**
* Shows the HUD while a background task is executing in a new thread, then hides the HUD.
*
* This method also takes care of NSAutoreleasePools so your method does not have to be concerned with setting up a
* This method also takes care of autorelease pools so your method does not have to be concerned with setting up a
* pool.
*
* @param method The method to be executed while the HUD is shown. This method will be executed in a new thread.
Expand Down

0 comments on commit 6b2d1fc

Please sign in to comment.