Fix typo in Ada documentation
This commit fixes a minor typo in the Ada documentation related to destructors.
This commit corrects a minor typographical error within the Ada documentation, specifically within the section pertaining to destructors. This ensures the documentation is accurate and easier to understand, enhancing the developer experience when working with Ada.
In Details
This change addresses a typo in the gnat_language_extensions.rst file, under the Destructors section. Typos in documentation can lead to confusion, especially when dealing with language-specific extensions. This is a straightforward fix with minimal impact beyond documentation clarity.
For Context
This commit fixes a minor error in the documentation for the Ada programming language. Documentation accuracy is crucial for developers to correctly understand and use language features. Correcting typos ensures that the documentation is clear and reliable, preventing confusion and potential errors in code.