Fixed typo

This commit is contained in:
Bartek Kryza
2023-05-03 22:28:15 +02:00
parent 60c2f31060
commit 475eaa2974

View File

@@ -27,7 +27,7 @@ Main features supported so far include:
* Class inheritance [example](docs/test_cases/t00002.md) * Class inheritance [example](docs/test_cases/t00002.md)
* Other class relationships including associations, aggregations, dependencies and friendship [example](docs/test_cases/t00006.md) * Other class relationships including associations, aggregations, dependencies and friendship [example](docs/test_cases/t00006.md)
* Template instantiation relationships [example](docs/test_cases/t00014.md) * Template instantiation relationships [example](docs/test_cases/t00014.md)
* Template specialization and instantiation based on deduced context [[example](docs/test_cases/t00062.md) * Template specialization and instantiation based on deduced context [example](docs/test_cases/t00062.md)
* Relationship inference from C++ containers and smart pointers [example](docs/test_cases/t00007.md) * Relationship inference from C++ containers and smart pointers [example](docs/test_cases/t00007.md)
* Diagram content filtering based on namespaces, elements and relationships [example](docs/test_cases/t00040.md) * Diagram content filtering based on namespaces, elements and relationships [example](docs/test_cases/t00040.md)
* Optional package generation from namespaces [example](docs/test_cases/t00036.md) * Optional package generation from namespaces [example](docs/test_cases/t00036.md)