From 3fa4eeca3a57f257e3569055d808b6a76e9b70ee Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Thu, 9 Sep 2021 12:02:52 -0700 Subject: [PATCH] Add missing comma --- src/ch17-01-what-is-oo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch17-01-what-is-oo.md b/src/ch17-01-what-is-oo.md index 86bf467a8..fa0ec0c77 100644 --- a/src/ch17-01-what-is-oo.md +++ b/src/ch17-01-what-is-oo.md @@ -12,7 +12,7 @@ Rust supports it. The book *Design Patterns: Elements of Reusable Object-Oriented Software* by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (Addison-Wesley -Professional, 1994) colloquially referred to as *The Gang of Four* book, is a +Professional, 1994), colloquially referred to as *The Gang of Four* book, is a catalog of object-oriented design patterns. It defines OOP this way: > Object-oriented programs are made up of objects. An *object* packages both