Skip to content

Commit cccba37

Browse files
committed
remove capital "S"
1 parent 4d02200 commit cccba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ proc script*(win: Window; script: var Script) =
788788

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

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

794794
var js = newScript(script, timeout)

0 commit comments

Comments
 (0)