Skip to content

Commit 3063893

Browse files
committed
Add highlighting to one more block
1 parent eac6dbd commit 3063893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ A _literal expression_ consists of one of the [literal](tokens.html#literals) fo
8989
described earlier. It directly describes a number, character, string, boolean
9090
value, or the unit value.
9191

92-
```text
92+
```rust
9393
(); // unit type
9494
"hello"; // string type
9595
'5'; // character type

0 commit comments

Comments
 (0)