Add missing comma

This commit is contained in:
Jesse Ruderman
2021-09-09 12:02:52 -07:00
parent fcb5e0ea68
commit 3fa4eeca3a

View File

@@ -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