Skip to content

Commit

Permalink
Docu: string expression - missing back tick (#521)
Browse files Browse the repository at this point in the history
Henkhogan authored Oct 4, 2024
1 parent 0c0f8c4 commit e7a7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/expressions/string.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ title: string - ///_hyperscript
set x to "foo" -- double quotes
set y to 'bar' -- single quotes
set foobar to `$foo$bar` -- template strings (back ticks) using "$"
set hello to `hello ${name} -- template strings using "${}"
set hello to `hello ${name}` -- template strings using "${}"
```

### Description

0 comments on commit e7a7b4f

Please sign in to comment.