Fix wrong parameter type in redbean documentation

This commit is contained in:
Paul Kulchenko 2024-04-29 15:53:03 -07:00
parent 69db501c68
commit 4975adcb5c

View file

@ -1612,7 +1612,7 @@ FUNCTIONS
called from `.init.lua`. This function is not available in called from `.init.lua`. This function is not available in
unsecure mode. unsecure mode.
ProgramSslRequired(mandatory:str) ProgramSslRequired(mandatory:bool)
Enables the blocking of HTTP so that all inbound clients and Enables the blocking of HTTP so that all inbound clients and
must use the TLS transport layer. This has the same effect as must use the TLS transport layer. This has the same effect as
the `-J` flag. Fetch() is still allowed to make outbound HTTP the `-J` flag. Fetch() is still allowed to make outbound HTTP