Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Reword doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed Jan 11, 2016
1 parent 025dbd3 commit d4eeb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Motif/Core/NSObject+ThemeClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ NS_ASSUME_NONNULL_BEGIN

/// The name of the theme class that was most recently applied to this object.
///
/// Remains populated even if the weak mtf_themeClass reference is nilled out
/// due to the weak reference to mtf_themeClass auto-nilling.
/// Remains populated even if the weak mtf_themeClass property is nilled out
/// due its value being deallocated.
@property (nonatomic, readonly, copy, nullable) NSString *mtf_themeClassName IBInspectable;

@end
Expand Down

0 comments on commit d4eeb88

Please sign in to comment.