Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading