From 269e7536adc31d7fde6fcc822c198b1e4f83e17f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 Dec 2022 15:50:02 -0500 Subject: [PATCH] Improve wording Signed-off-by: Marc Delisle --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 9f3653df77..0e69dd8ca9 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -899,7 +899,7 @@ And then this hexadecimal value can be used in the configuration file. $cfg['blowfish_secret'] = sodium_hex2bin('f16ce59f45714194371b48fe362072dc3b019da7861558cd4ad29e4d6fb13851'); -The `sodium_hex2bin `_ is used here to convert the hexadecimal value back to the +The `sodium_hex2bin `_ function is used here to convert the hexadecimal value back to the binary format. .. _faqlimitations: