Skip to content

Commit 3d94f3a

Browse files
author
Colin Robertson
committed
Fix missing break tags
1 parent 32a899c commit 3d94f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cpp/keywords-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Keywords are predefined reserved identifiers that have special meanings. They ca
104104
[`typename`](typename.md)<br/>
105105
[`union`](unions.md)<br/>
106106
[`unsigned`](fundamental-types-cpp.md)<br/>
107-
[`using`](using-declaration.md) declaration
108-
[`using`](namespaces-cpp.md#using_directives) directive
107+
[`using`](using-declaration.md) declaration<br/>
108+
[`using`](namespaces-cpp.md#using_directives) directive<br/>
109109
[`virtual`](virtual-cpp.md)<br/>
110110
[`void`](void-cpp.md)<br/>
111111
[`volatile`](volatile-cpp.md)<br/>

0 commit comments

Comments
 (0)