Fix typo in flux http example
parent
082fb50e84
commit
ef8ebff55d
|
|
@ -21,7 +21,7 @@ _**Function type:** Miscellaneous_
|
|||
import "http"
|
||||
|
||||
http.basicAuth(
|
||||
u: "username"
|
||||
u: "username",
|
||||
p: "passw0rd"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue