Skip to content

Commit e7b5ddb

Browse files
committed
Avoid single letter name
1 parent 7f681c6 commit e7b5ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/fundamentals_of_ada/030_basic_types/11-subtypes_full_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Attributes Reflect the Underlying Type
185185
Valid attribute
186186
---------------
187187

188-
* :ada:`T'Valid` is a :ada:`Boolean`
188+
* :ada:`The_Type'Valid` is a :ada:`Boolean`
189189
* :ada:`True` |rightarrow| the current representation for the given scalar is valid
190190

191191
.. code:: Ada

0 commit comments

Comments
 (0)