From 69c728955fa4bb810279baebef47f576ba93882f Mon Sep 17 00:00:00 2001 From: journich <70119791+journich@users.noreply.github.com> Date: Wed, 3 Mar 2021 17:14:54 +1030 Subject: [PATCH] Correct comment in method for Java port of Bunny --- 19 Bunny/java/src/Bunny.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19 Bunny/java/src/Bunny.java b/19 Bunny/java/src/Bunny.java index 726491ea..d2fd1699 100644 --- a/19 Bunny/java/src/Bunny.java +++ b/19 Bunny/java/src/Bunny.java @@ -31,7 +31,7 @@ public class Bunny { } /** - * Show an intro, accept a message, then draw the picture. + * Show an intro, then draw the picture. */ public void process() {