Skip to content

Commit

Permalink
Merge pull request #1143 from pat-rogers/master
Browse files Browse the repository at this point in the history
Swap order of two word ("is it" => "it is")
  • Loading branch information
gusthoff authored Nov 16, 2024
2 parents 68f9580 + 827dfca commit 7c16eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ types in the same package.
Any form of private type is allowed with this idiom: basic private types,
tagged/abstract/limited private types, private type extensions, and so forth.
What's important is that the representation occurs in the private part so that
is it not compile-time visible to clients.
it is not compile-time visible to clients.

The abstraction's operations will consist of subprograms that each have a
formal parameter of the type. Clients will declare objects of the type and pass
Expand Down

0 comments on commit 7c16eb7

Please sign in to comment.