Skip to content

Commit 2d2f361

Browse files
authored
Update README.md
1 parent 12fea1b commit 2d2f361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function add (a, b) => a + b!
270270
func multiply (a, b) => a * b!
271271
fun subtract (a, b) => a - b!
272272
fn divide (a, b) => a / b!
273-
functi power (a, b) => a ** b!
273+
functi power (a, b) => a ^ b!
274274
union inverse (a) => 1/a!
275275
```
276276

0 commit comments

Comments
 (0)