diff --git a/content/cpp/concepts/inheritance/terms/multiple-inheritance/multiple-inheritance.md b/content/cpp/concepts/inheritance/terms/multiple-inheritance/multiple-inheritance.md index e2bb08193a0..6a1d75c55b1 100644 --- a/content/cpp/concepts/inheritance/terms/multiple-inheritance/multiple-inheritance.md +++ b/content/cpp/concepts/inheritance/terms/multiple-inheritance/multiple-inheritance.md @@ -1,6 +1,6 @@ --- Title: 'Multiple Inheritance' -Description: 'Enables classes to inherit characteristics from more than one class.' +Description: 'Allows classes to inherit characteristics from more than one base class.' Subjects: - 'Computer Science' - 'Code Foundations'