From 87e5bb142d2063d2d18179d2dd8148b672131e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A8=D7=98=D7=95/=D7=A8=D7=A2=D7=98=D7=90=D6=B8/=D7=A8?= =?UTF-8?q?=D6=B5=D7=99=D7=98=D7=95=D6=B9=20=E2=80=A2=20Reto?= Date: Thu, 9 Mar 2023 07:01:52 +0100 Subject: [PATCH] fix typo --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 184cff60..221282bb 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -426,7 +426,7 @@ unary uses input and if more than one argument all as arguments ignoring the inp - `toactual`, `toactual($opts)` actual value (usually the decoded value) - `tosym`, `tosym($opts)` symbolic value (mapped etc) - `todescription` description of value - - `torepr` converts decode value into what it reptresents. For example convert msgpack decode value + - `torepr` converts decode value into what it represents. For example convert msgpack decode value into a value representing its JSON representation. - All regexp functions work with binary as input and pattern argument with these differences compared to when using string input: