summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAshvika Maddikonda <ashvika@vector35.com>2026-05-13 00:38:15 -0400
committerJordan <github@psifertex.com>2026-05-13 14:32:33 +0200
commit979545c96312d14d84ea713a91f5314b07fa2f07 (patch)
tree3c609c15ecc8a8e8958755fbcf9157e62d19e99b /docs
parent854b71b89fb94658a698bf082076fbf3266a5588 (diff)
changed "Inheritence" to "Inheritance" (spelling error)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/types/attributes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/types/attributes.md b/docs/guide/types/attributes.md
index c2f01992..34aa1221 100644
--- a/docs/guide/types/attributes.md
+++ b/docs/guide/types/attributes.md
@@ -72,7 +72,7 @@ struct Foo
};
```
-## Structures with Base Classes and Inheritence
+## Structures with Base Classes and Inheritance
See [Working with C++ Types and Virtual Function Tables](cpp.md).