Skip to content

Commit fd76ff2

Browse files
HeroSizykostub
authored andcommitted
Update README.md
1 parent 4f12db3 commit fd76ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ an `MTMathUILabel` as follows:
8080
```objective-c
8181
#import "MTMathUILabel.h"
8282

83-
MTMathULabel* label = [[MTMathUILabel alloc] init];
83+
MTMathUILabel* label = [[MTMathUILabel alloc] init];
8484
label.latex = @"x = \\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}";
8585

8686
```

0 commit comments

Comments
 (0)