Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/courses/ada-idioms/chapters/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ how can one best use the Ada language to express an elegant solution?".

Design patterns [1]_ are intended to answer that question, and indeed
some would equate idioms with design patterns. But what we have in mind
is more general does not focus on design patterns.
is more general and does not focus on design patterns.

For example, :wikipedia:`Reference Counting <Reference_counting>` is a
well-known approach to tracking and managing the storage for objects and
Expand Down
Loading