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.
2 parents 68f9580 + 827dfca commit 7c16eb7Copy full SHA for 7c16eb7
content/courses/ada-idioms/chapters/abstract_data_types.rst
@@ -144,7 +144,7 @@ types in the same package.
144
Any form of private type is allowed with this idiom: basic private types,
145
tagged/abstract/limited private types, private type extensions, and so forth.
146
What's important is that the representation occurs in the private part so that
147
-is it not compile-time visible to clients.
+it is not compile-time visible to clients.
148
149
The abstraction's operations will consist of subprograms that each have a
150
formal parameter of the type. Clients will declare objects of the type and pass
0 commit comments