Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 943c568

Browse files
committed
Fix setDownloadsPath doc
1 parent b86a59f commit 943c568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/browser_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const artifactsDirectory = "k6browser-artifacts-"
9595

9696
// setDownloadsPath sets the downloads path.
9797
// If the provided path is empty, a temporary directory with
98-
// an artifactsDirectory prefix.
98+
// an artifactsDirectory prefix will be created.
9999
func (b *BrowserContext) setDownloadsPath(path string) error {
100100
path = strings.TrimSpace(path)
101101
if path != "" {

0 commit comments

Comments
 (0)