We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f12db3 commit fd76ff2Copy full SHA for fd76ff2
README.md
@@ -80,7 +80,7 @@ an `MTMathUILabel` as follows:
80
```objective-c
81
#import "MTMathUILabel.h"
82
83
-MTMathULabel* label = [[MTMathUILabel alloc] init];
+MTMathUILabel* label = [[MTMathUILabel alloc] init];
84
label.latex = @"x = \\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}";
85
86
```
0 commit comments