Skip to content

Commit efc5b87

Browse files
committed
poly: minor reorder for clarity
1 parent 4759385 commit efc5b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

courses/fundamentals_of_ada/180_polymorphism/03-dispatching_and_redispatching.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Calls on Class-Wide Types (2/3)
2727
---------------------------------
2828

2929
* The *actual* type of the object is not known at compile time
30-
* The *right* type will be selected at run-time
30+
31+
- It will be selected at run-time
3132

3233
.. container:: columns
3334

0 commit comments

Comments
 (0)