Skip to content

Commit fcfdd26

Browse files
authored
Fix wrong parameter type in redbean documentation (#1162)
1 parent 2b00ee8 commit fcfdd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/net/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ FUNCTIONS
16121612
called from `.init.lua`. This function is not available in
16131613
unsecure mode.
16141614

1615-
ProgramSslRequired(mandatory:str)
1615+
ProgramSslRequired(mandatory:bool)
16161616
Enables the blocking of HTTP so that all inbound clients and
16171617
must use the TLS transport layer. This has the same effect as
16181618
the `-J` flag. Fetch() is still allowed to make outbound HTTP

0 commit comments

Comments
 (0)