Skip to content

Commit

Permalink
refactor: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
bundleman committed Jul 22, 2024
1 parent 967a2d4 commit 2d773ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stdlib/html/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type PageLoadParams struct {
// @param {Boolean} [params.viewport.mobile] - Value that indicates whether to emulate mobile device.
// @param {Boolean} [params.viewport.landscape] - Value that indicates whether to render a page in landscape position.
// @param {String} [params.charset] - (only HTTPDriver) Source charset content to convert UTF-8.
// @param {Object} [params.evaluateArgs] - Set of parameters to add evaluate rguments.
// @param {Object} [params.evaluateArgs] - Set of parameters to add evaluate arguments.
// @param {Object} [params.evaluateArgs.expression] - JS script for execution.
// @return {HTMLPage} - Loaded HTML page.
func Open(ctx context.Context, args ...core.Value) (core.Value, error) {
Expand Down

0 comments on commit 2d773ea

Please sign in to comment.