From 719f64b15cdc69840b5de03e39cbf69bf5cc5570 Mon Sep 17 00:00:00 2001 From: Pat Rogers Date: Sat, 9 Nov 2024 19:04:27 -0600 Subject: [PATCH] Insert missing word. --- content/courses/ada-idioms/chapters/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/ada-idioms/chapters/introduction.rst b/content/courses/ada-idioms/chapters/introduction.rst index 29509146c..16e6baa2d 100644 --- a/content/courses/ada-idioms/chapters/introduction.rst +++ b/content/courses/ada-idioms/chapters/introduction.rst @@ -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 ` is a well-known approach to tracking and managing the storage for objects and