Fix the section header

This commit is contained in:
Nick Chambers 2021-11-15 02:57:08 -06:00
parent 228484de6f
commit 474ba22817
1 changed files with 1 additions and 1 deletions

2
rowbot
View File

@ -80,7 +80,7 @@ is_chan() {
[[ ${msg_args[0]:0:1} = \# ]]
}
# cryptography secure (almost probably) random number generators
# cryptographically secure (almost maybe) pseudo random number utilities
random() {
local min=$1 max=$2