Skip to content

Commit 65f448b

Browse files
authored
Merge pull request duneanalytics#434 from stcrd/patch-1
Remove an extra tick(`) symbol in string.md
2 parents 94360f5 + 603e8af commit 65f448b

File tree

1 file changed

+1
-1
lines changed
  • docs/query/DuneSQL-reference/Functions-and-operators

1 file changed

+1
-1
lines changed

docs/query/DuneSQL-reference/Functions-and-operators/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Here are some examples illustrating the translate function:
210210
SELECT translate('abcd', 'a', 'zy'); -- 'zbcd'
211211
SELECT translate('abcd', 'ac', 'z'); -- 'zbd'
212212
SELECT translate('abcd', 'aac', 'zq'); -- 'zbd'
213-
````
213+
```
214214

215215
#### trim()
216216
**``trim(string)``** → varchar

0 commit comments

Comments
 (0)