Updated documentation

This commit is contained in:
Christian Colglazier 2020-09-26 23:34:50 -04:00
parent 8abc2532bc
commit 07f0987380

View File

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