docs/VictoriaLogs/LogsQL.md: typo fix: substitute "'" with "" in front of John`

This commit is contained in:
Aliaksandr Valialkin 2024-06-05 09:51:04 +02:00
parent b9c0eb3dde
commit 868c4c0253
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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"