From aa9475e64ec745c167688a80ad00628476aaabe6 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 12 Oct 2020 19:36:32 +0200 Subject: [PATCH] [effects] Fix documention sentence It makes more sense this way to me --- libkwineffects/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h index 19f039feb7..bac263fb27 100644 --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -281,7 +281,7 @@ QRect infiniteRegion() * repainting to create animations. * * For each stage there are *Screen() and *Window() methods. The window method - * is called for every window which the screen method is usually called just + * is called for every window while the screen method is usually called just * once. * * @section OpenGL