Skip to content

Commit bfeb857

Browse files
committed
Editorial change: using references
1 parent d6e51ce commit bfeb857

File tree

1 file changed

+2
-1
lines changed
  • content/courses/advanced-ada/parts/data_types

1 file changed

+2
-1
lines changed

content/courses/advanced-ada/parts/data_types/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,8 @@ the example above accordingly:
19801980
end Incomplete_Type_Example;
19811981

19821982
A typical application of incomplete types is to create linked lists using
1983-
access types based on those incomplete types. This kind of type is called
1983+
:ref:`access types <Adv_Ada_Access_Types_Terminology>`
1984+
based on those incomplete types. This kind of type is called
19841985
a recursive type. For example:
19851986

19861987
.. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Types.Incomplete_Types.Linked_List_Example

0 commit comments

Comments
 (0)