Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Mar 27, 2024
1 parent 1b14489 commit 2077bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js_api_tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const square_func = pyjs.eval('numpy.square')

// any function call / __call__ like operator on the python side
// is called via "py_call"
const res = sin_func.py_call(arr)
const res = square_func.py_call(arr)

// print the result
console.log(res)
Expand Down

0 comments on commit 2077bb0

Please sign in to comment.