We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9acc3dd + d6d5ade commit ee6afbbCopy full SHA for ee6afbb
1 file changed
calc-frontend/src/components/Quadratic/QuadraticLim.tsx
@@ -22,7 +22,7 @@ function QuadraticLim() {
22
<div>
23
<div className="flex">
24
<div ref={container} className="center-header">
25
- \lim_{x\to0} \quad x^{3}
+ \lim_{x\to0} \quad x^{2}
26
</div>
27
28
@@ -47,4 +47,4 @@ function QuadraticLim() {
47
)
48
}
49
50
-export default QuadraticLim
+export default QuadraticLim
0 commit comments