Skip to content

Commit 2a6c7fa

Browse files
committed
Math.pow() description --fixed
1 parent 91c75c4 commit 2a6c7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/java-cheat-sheet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"code": "Math.exp()"
138138
},
139139
{
140-
"definition": "y এর পাওয়ার হিসেবে x কে নেয়ার জন্য",
140+
"definition": "x এর পাওয়ার হিসেবে y কে নেয়ার জন্য",
141141
"code": "Math.pow(x,y)"
142142
},
143143
{

0 commit comments

Comments
 (0)