Skip to content

Commit 0c92927

Browse files
Remove duplicated spaces
1 parent 76ca2ef commit 0c92927

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extensions/classes-and-structs-cpp-component-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The **ref class** or **ref struct** extensions declare a class or struct whose *
1515
### Syntax
1616

1717
```cpp
18-
class_access ref class name modifier : inherit_accessbase_type {};
19-
class_access ref struct name modifier : inherit_access base_type {};
20-
class_access value class name modifier : inherit_access base_type {};
21-
class_access value struct name modifier : inherit_access base_type {};
18+
class_access ref class name modifier : inherit_accessbase_type {};
19+
class_access ref struct name modifier : inherit_access base_type {};
20+
class_access value class name modifier : inherit_access base_type {};
21+
class_access value struct name modifier : inherit_access base_type {};
2222
```
2323
2424
### Parameters

0 commit comments

Comments
 (0)