Skip to content

Commit 73a33e9

Browse files
authored
Merge pull request #1139 from pat-rogers/master
Insert missing word.
2 parents 4326455 + 719f64b commit 73a33e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/ada-idioms/chapters/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ how can one best use the Ada language to express an elegant solution?".
1616

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

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

0 commit comments

Comments
 (0)