Skip to content

Commit

Permalink
Fix example. http::config, not http::configure
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 13, 2024
1 parent 6208d87 commit 473c1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cookiejar.n
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ package require http
\fBpackage require cookiejar\fR

set cookiedb ~/.tclcookies.db
http::configure -cookiejar [\fBhttp::cookiejar new\fR $cookiedb]
http::config -cookiejar [\fBhttp::cookiejar new\fR $cookiedb]

# No further explicit steps are required to use cookies
set tok [http::geturl http://core.tcl-lang.org/]
Expand Down

0 comments on commit 473c1fc

Please sign in to comment.