You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/09/03 12:11:28 UTC

[groovy] 02/03: fix image name

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

commit 144a190d0d127ce9d08165c311cde93de1673d50
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 2 23:42:36 2020 +1000

    fix image name
---
 src/spec/doc/fragment_design-pattern-observer.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spec/doc/fragment_design-pattern-observer.adoc b/src/spec/doc/fragment_design-pattern-observer.adoc
index c265551..fbe2819 100644
--- a/src/spec/doc/fragment_design-pattern-observer.adoc
+++ b/src/spec/doc/fragment_design-pattern-observer.adoc
@@ -25,7 +25,7 @@
 The https://en.wikipedia.org/wiki/Observer_pattern[Observer Pattern] allows one or more _observers_ to be notified
 about changes or events from a _subject_ object.
 
-[plantuml, ChainOfResponsibilityClasses, png]
+[plantuml, ObserverClasses, png]
 ....
 skinparam ClassBorderColor<<Hidden>> Transparent
 skinparam ClassBackgroundColor<<Hidden>> Transparent