Skip to content

Commit 3390142

Browse files
authored
Merge pull request #3619 from matrdr/patch-1
Mark first code block as C++
2 parents 3e64ea3 + 6f0d847 commit 3390142

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)