We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058a3f commit b54b3b5Copy full SHA for b54b3b5
content/courses/ada-in-practice/chapters/raii.rst
@@ -35,8 +35,9 @@ responsible for implementing the mutually exclusive access, and also thread
35
management. As a result, the source code is much simpler and is robust even in
36
the face of exceptions.
37
38
-(In the works cited above, Hoare's contribution was equally important, but
39
-Hansen's contributions were reified in
+(In the works cited above, Hoare's contribution :footcite:p:`1974:hoare` was
+equally important, but Hansen's contributions :footcite:p:`1977:hansen`,
40
+:footcite:p:`1973:hansen` were reified in
41
:wikipedia:`Concurrent Pascal <Concurrent_Pascal>`, a concrete programming
42
language.)
43
0 commit comments