Skip to content

Commit

Permalink
remove capital "S"
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Mar 13, 2023
1 parent 4d02200 commit cccba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ proc script*(win: Window; script: var Script) =

bindings.script(win.impl, addr script.internalImpl)

proc evalJS*(win: Window; script: string; timeout: int = 0): JavascriptResult =
proc evalJs*(win: Window; script: string; timeout: int = 0): JavascriptResult =
## Evaluate Javascript code `script` and return the result

var js = newScript(script, timeout)
Expand Down

0 comments on commit cccba37

Please sign in to comment.