From 868c4c0253341015e6e2e776fa1308c6132d10fa Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 5 Jun 2024 09:51:04 +0200 Subject: [PATCH] docs/VictoriaLogs/LogsQL.md: typo fix: substitute "'" with "`" in front of `John` --- docs/VictoriaLogs/LogsQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/LogsQL.md b/docs/VictoriaLogs/LogsQL.md index 1ab598058c..52d85e976a 100644 --- a/docs/VictoriaLogs/LogsQL.md +++ b/docs/VictoriaLogs/LogsQL.md @@ -590,7 +590,7 @@ and `X` is [numeric value](#numeric-values), IPv4 address or a string. For examp response_size:>10KiB ``` -The following query returns logs with `user` field containing string values smaller than 'John`: +The following query returns logs with `user` field containing string values smaller than `John`: ```logsql username:<"John"