Skip to content

Commit 1cc3dc0

Browse files
PaulCaprongusthoff
authored andcommitted
Fix typo in ada-in-practice/introduction.rst
A ‘R’ was missing in “BeRtrand Meyer” name.
1 parent df94128 commit 1cc3dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/ada-in-practice/chapters/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ supplier to the client that instantiates it, but instantiation is the only
100100
possibility in that narrow case. Only the routines in the instances can be
101101
called.)
102102

103-
Betrand Meyer's book on OOP :footcite:p:`1997:meyer`
103+
Bertrand Meyer's book on OOP :footcite:p:`1997:meyer`
104104
limits these terms specifically to the case of
105105
a type used in an object declaration. Our definitions cover that case but
106106
others as well.

0 commit comments

Comments
 (0)