diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index b01f9098..07e00ff3 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -3461,8 +3461,8 @@ SecRule XML:/xq:employees/employee/name/text() Fred \
md5
This function calculates an MD5 hash from input. Note that the
- computed hash is in a raw binary form and should be hex encoded to be
- human readable (t:md5,t:hexEncode).
+ computed hash is in a raw binary form and may need encoded to be useable
+ (EX: t:md5,t:hexEncode).
@@ -3552,8 +3552,8 @@ SecRule XML:/xq:employees/employee/name/text() Fred \
sha1
This function calculates a SHA1 hash from input. Note that the
- computed hash is in a raw binary form and should be hex encoded to be
- human readable (t:sha1,t:hexEncode).
+ computed hash is in a raw binary form and may need encoded to be useable
+ (EX: t:sha1,t:hexEncode).