Fix typo in flux http example

pull/602/head
pierwill 2019-11-13 13:44:11 -08:00
parent 082fb50e84
commit ef8ebff55d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ _**Function type:** Miscellaneous_
import "http"
http.basicAuth(
u: "username"
u: "username",
p: "passw0rd"
)