Skip to content

Commit 34b4b26

Browse files
authored
Merge pull request #3142 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 2ca63d4 + 18ddd8f commit 34b4b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 {};
18+
class_access ref class name modifier : inherit_access base_type {};
1919
class_access ref struct name modifier : inherit_access base_type {};
2020
class_access value class name modifier : inherit_access base_type {};
2121
class_access value struct name modifier : inherit_access base_type {};

0 commit comments

Comments
 (0)