From 07f0987380164deacf9819c19f08326089259ef1 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 26 Sep 2020 23:34:50 -0400 Subject: [PATCH] Updated documentation --- src/droplets/droplet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/droplets/droplet.h b/src/droplets/droplet.h index a8a2d84..0fe779e 100644 --- a/src/droplets/droplet.h +++ b/src/droplets/droplet.h @@ -57,7 +57,7 @@ public: size_t size)=0; /* - * Processes information to be displayed on the screen. + * Processes information to be shown on the display. */ virtual void Draw()=0;