Merge pull request #13830 from deterclosed/main

[DOCS] remove repeated word
This commit is contained in:
Bryan Boreham 2024-03-25 14:55:22 +01:00 committed by GitHub
commit 7d705ea9e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ can modify the `./promql/parser/generated_parser.y.go` manually.
```golang
// As of writing this was somewhere around line 600.
var (
yyDebug = 0 // This can be be a number 0 -> 5.
yyDebug = 0 // This can be a number 0 -> 5.
yyErrorVerbose = false // This can be set to true.
)