We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac6dbd commit 3063893Copy full SHA for 3063893
src/expressions.md
@@ -89,7 +89,7 @@ A _literal expression_ consists of one of the [literal](tokens.html#literals) fo
89
described earlier. It directly describes a number, character, string, boolean
90
value, or the unit value.
91
92
-```text
+```rust
93
(); // unit type
94
"hello"; // string type
95
'5'; // character type
0 commit comments