Skip to content

Commit 69e7be6

Browse files
authored
Merge pull request #1263 from gusthoff/content/ada_in_practice/review/editorial/20250919
Minor editorial changes to "Ada In Practice" course
2 parents d5ba841 + b54b3b5 commit 69e7be6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ responsible for implementing the mutually exclusive access, and also thread
3535
management. As a result, the source code is much simpler and is robust even in
3636
the face of exceptions.
3737

38-
(In the works cited above, Hoare's contribution was equally important, but
39-
Hansen's contributions were reified in
38+
(In the works cited above, Hoare's contribution :footcite:p:`1974:hoare` was
39+
equally important, but Hansen's contributions :footcite:p:`1977:hansen`,
40+
:footcite:p:`1973:hansen` were reified in
4041
:wikipedia:`Concurrent Pascal <Concurrent_Pascal>`, a concrete programming
4142
language.)
4243

content/courses/intro-to-embedded-sys-prog/chapters/low_level_programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ But suppose, instead of being declared in the same declarative part, that
871871
visible part of a package declaration. (Assume :ada:`X` is visible to clients
872872
for some good reason.) That package declaration can be, and usually will be,
873873
compiled independently of clients, with the result that :ada:`X` might be
874-
represented in some way that cannot supporting querying the address
874+
represented in some way that cannot support querying the address
875875
meaningfully.
876876

877877
Therefore, the declaration of :ada:`X` in the package spec should be marked as

0 commit comments

Comments
 (0)