From 785c6d4e05c86fdcf96604d68d252e6591769f0f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 25 Oct 2017 12:16:16 +0200 Subject: [PATCH] Fix comment --- src/frontends/WorkArea.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/frontends/WorkArea.h b/src/frontends/WorkArea.h index c21555913e..743c1145a5 100644 --- a/src/frontends/WorkArea.h +++ b/src/frontends/WorkArea.h @@ -24,11 +24,9 @@ class KeySymbol; namespace frontend { /** - * The work area class represents the widget that provides the - * view onto a document. It is owned by the BufferView, and - * is responsible for handing events back to its owning BufferView. - * It works in concert with the BaseScreen class to update the - * widget view of a document. + * The work area class represents the widget that provides the view + * onto a document. It owns the BufferView, and is responsible for + * handing events back to its BufferView. */ class WorkArea { -- 2.39.2