This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 932ed319a0 trivial formatting
932ed319a0 is described below
commit 932ed319a004994c4f5a6f545598a04018a7a23f
Author: Paul King <[email protected]>
AuthorDate: Thu Oct 24 08:13:23 2024 +1000
trivial formatting
---
src/spec/doc/design-patterns-in-groovy.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spec/doc/design-patterns-in-groovy.adoc
b/src/spec/doc/design-patterns-in-groovy.adoc
index a78b2023a7..478003cae9 100644
--- a/src/spec/doc/design-patterns-in-groovy.adoc
+++ b/src/spec/doc/design-patterns-in-groovy.adoc
@@ -79,7 +79,7 @@ include::_design-pattern-visitor.adoc[leveloffset=+2]
. Martin Fowler (1999). _Refactoring: Improving the Design of Existing Code_.
Addison-Wesley. ISBN 0-201-48567-2.
. Joshua Kerievsky (2004). _Refactoring To Patterns_. Addison-Wesley. ISBN
0-321-21335-1.
. Eric Freeman, Elisabeth Freeman, Kathy Sierra, Bert Bates (2004). _Head
First Design Patterns_. O’Reilly. ISBN 0-596-00712-4.
- *_A great book to read, informative as well as amusing._
+ * _A great book to read, informative as well as amusing._
. Dierk Koenig with Andrew Glover, Paul King, Guillaume Laforge and Jon Skeet
(2007). _Groovy in Action_. Manning. ISBN 1-932394-84-2.
* _Discusses Visitor, Builder and other Patterns._
. Brad Appleton (1999). http://www.bradapp.com/docs/pizza-inv.html[Pizza
Inversion - a Pattern for Efficient Resource Consumption].