From 5a1078812e1fbb0d772b2ab48c43a3146da54773 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 10 Jan 2025 00:12:46 +0100 Subject: [PATCH] fix documenation --- src/BufferView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BufferView.h b/src/BufferView.h index d0248b901e..3450a1d518 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -439,7 +439,7 @@ private: /// when it is allowed to scroll below the document. int minVisiblePart(); - /// Search recursively for the innermost inset that covers (x, y) position. + /// Search recursively for the innermost inset in text that covers (x, y) position. /// \retval 0 if no inset is found. Inset const * getCoveringInset( Text const & text, //< The Text where we start searching.