Skip to content

Commit c777e32

Browse files
authored
Fix typo
1 parent c77df21 commit c777e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/compiler-support-for-type-traits-cpp-component-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The following list contains the type traits that are supported by the compiler.
228228

229229
- `__is_base_of(` `base` `,` `derived` `)`
230230

231-
Returns **`true`** if the first type is a base class of the second type, of if both types are the same.
231+
Returns **`true`** if the first type is a base class of the second type, or if both types are the same.
232232

233233
`__is_base_of` also works on platform types. For example, it will return **`true`** if the first type is an [interface class](interface-class-cpp-component-extensions.md) and the second type implements the interface.
234234

0 commit comments

Comments
 (0)