Skip to content

Commit 6d24d87

Browse files
authored
Update 0050-pow(x,n).md
1 parent 81ad4b9 commit 6d24d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0050-pow(x,n).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tags:
1616

1717
## Problem Description
1818

19-
Implement pow(x, n), which calculates x raised to the power n (i.e., x<sup>n</sup>).
19+
Implement pow(x, n), which calculates x raised to the power n (i.e., $x^n$).
2020

2121

2222

0 commit comments

Comments
 (0)