From fe43b5cbb1b34e7b9a9fb6fe30c3a28c3ac9be0c Mon Sep 17 00:00:00 2001 From: dinglerod <77424925+dinglerod@users.noreply.github.com> Date: Thu, 17 Jul 2025 01:23:10 +0200 Subject: [PATCH] Correct typo, low_level_programming.rst cannot supporting querying -> cannot support querying --- .../chapters/low_level_programming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/intro-to-embedded-sys-prog/chapters/low_level_programming.rst b/content/courses/intro-to-embedded-sys-prog/chapters/low_level_programming.rst index be16debd2..bb4b2b420 100644 --- a/content/courses/intro-to-embedded-sys-prog/chapters/low_level_programming.rst +++ b/content/courses/intro-to-embedded-sys-prog/chapters/low_level_programming.rst @@ -871,7 +871,7 @@ But suppose, instead of being declared in the same declarative part, that visible part of a package declaration. (Assume :ada:`X` is visible to clients for some good reason.) That package declaration can be, and usually will be, compiled independently of clients, with the result that :ada:`X` might be -represented in some way that cannot supporting querying the address +represented in some way that cannot support querying the address meaningfully. Therefore, the declaration of :ada:`X` in the package spec should be marked as