Skip to content

Commit 0274eae

Browse files
committed
Update docs
1 parent c51dcab commit 0274eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ between either a single quote or a double quote. When characters are between dou
299299
are interpolated, meaning they have expressions evaluated within them. These expressions start
300300
with the dollar character. All strings can span multiple lines.
301301

302-
```js
302+
```rust
303303
let string = 'Hello World!'; // literal string
304304
let template = "The sum of 1 and 2 is ${1 + 2}"; // interpolated string
305305
let concat = "The sum of 1 and 2 is " + (1 + 2); // concatenation

0 commit comments

Comments
 (0)