Skip to content

Commit

Permalink
Fix incorrect property description
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Fabbro committed Jul 2, 2012
1 parent 1e8c78d commit e9644ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBProgressHUD.h
Expand Up @@ -277,7 +277,7 @@ typedef enum {
@property (copy) NSString *detailsLabelText;

/**
* The opacity of the HUD window. Defaults to 0.9 (90% opacity).
* The opacity of the HUD window. Defaults to 0.8 (80% opacity).
*/
@property (assign) float opacity;

Expand Down

0 comments on commit e9644ed

Please sign in to comment.