gcc/ada/ChangeLog:
* doc/gnat_rm/gnat_language_extensions.rst (Destructors): fix
typo.
* gnat_rm.texi: Regenerate.
-----------
The :ada:`Destructor` extension adds a new finalization mechanism that
-significantly differs standard Ada in how it interacts with type derivation.
+significantly differs from standard Ada in how it interacts with type
+derivation.
New syntax is introduced to make it possible to define "destructors" for record
types, tagged or untagged. Here's a simple example:
The @code{Destructor} extension adds a new finalization mechanism that
-significantly differs standard Ada in how it interacts with type derivation.
+significantly differs from standard Ada in how it interacts with type
+derivation.
New syntax is introduced to make it possible to define “destructors” for record
types, tagged or untagged. Here’s a simple example: