Typo in 'trimPrefix' function signature (#6733)

pull/6781/head
Andrii Dembitskyi 4 years ago committed by GitHub
parent ef51858c53
commit ab2d50a2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/logql/template_functions.md

@ -322,7 +322,7 @@ Examples:
Use this function to trim just the prefix from a string.
Signature: `trimPrefix(suffix string, src string) string`
Signature: `trimPrefix(prefix string, src string) string`
Examples:

Loading…
Cancel
Save