diff --git a/functions-and-operators/string-functions.md b/functions-and-operators/string-functions.md index d7a11d705674f..07ea02adaef16 100644 --- a/functions-and-operators/string-functions.md +++ b/functions-and-operators/string-functions.md @@ -1206,7 +1206,7 @@ If the argument is `NULL`, the function returns `NULL`. Examples: -To display the result as a hexadecimal-encoded value instead of showing it directly, you need to start the MySQL client with the [`--skip-binary-as-hex`](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html#option_mysql_binary-as-hex) option. +To display the result directly instead of showing a hexadecimal-encoded value, you need to start the MySQL client with the [`--skip-binary-as-hex`](https://dev.mysql.com/doc/refman/8.0/en/mysql-command-options.html#option_mysql_binary-as-hex) option. The following example shows that the ASCII NULL character is escaped as `\0` and the single quote character `'` is escaped as `\'`: