1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 12:53:14 +02:00

Fix a typo in the enc_sha2 docs.

This commit is contained in:
Sadie Powell
2025-01-30 13:38:17 +00:00
parent d460b267e3
commit da2f2fd852
+1 -1
View File
@@ -1206,7 +1206,7 @@ module
name = "enc_sha2"
/** The sub-algorithm to use. Can be set to sha224 for SHA-224, sha256 for
* SHA-256, sha284 for SHA-384 or sha512 to SHA-512. Defaults to sha256.
* SHA-256, sha284 for SHA-384, or sha512 for SHA-512. Defaults to sha256.
*/
#algorithm = "sha256"
}