Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Apr 12, 2024
1 parent 1ccde94 commit c7614c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pow(x, y, v)
YES:

```
pow({base: x, exponent: y, scalar: v)
pow({base: x, exponent: y, scalar: v})
```

## 2. Development
Expand Down

0 comments on commit c7614c3

Please sign in to comment.