Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 237b48a

Browse files
committed
Removed a comment.
1 parent 2fcdb97 commit 237b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Property definitions should be used in place of naked instance variables wheneve
120120

121121
```objc
122122
@interface NYTSection : NSObject {
123-
NSString *headline; // Instance variable
123+
NSString *headline;
124124
}
125125
```
126126

0 commit comments

Comments
 (0)