Skip to content

Commit 6f0d847

Browse files
authored
Mark first code block as C++
Syntax highlighting did not work for the `using identifier = type;` block due to missing language information.
1 parent 20d03e6 commit 6f0d847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/aliases-and-typedefs-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can use an *alias declaration* to declare a name to use as a synonym for a p
1111

1212
## Syntax
1313

14-
```
14+
```cpp
1515
using identifier = type;
1616
```
1717

0 commit comments

Comments
 (0)