Skip to content

Commit 3e32fa0

Browse files
committed
Issue #46 - Fixed typo regarding three letter prefix.
1 parent 5084b47 commit 3e32fa0

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
@@ -197,7 +197,7 @@ Constants should be camel-case with all words capitalized and prefixed by the re
197197
**Preferred:**
198198

199199
```objc
200-
static NSTimeInterval const RWTutorialViewControllerNavigationFadeAnimationDuration = 0.3;
200+
static NSTimeInterval const RWTTutorialViewControllerNavigationFadeAnimationDuration = 0.3;
201201
```
202202

203203
**Not Preferred:**

0 commit comments

Comments
 (0)