summaryrefslogtreecommitdiffstats
path: root/core/src/overlay.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/overlay.rs')
-rw-r--r--core/src/overlay.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/overlay.rs b/core/src/overlay.rs
index 16f867da..3b79970e 100644
--- a/core/src/overlay.rs
+++ b/core/src/overlay.rs
@@ -52,7 +52,7 @@ where
/// * the computed [`Layout`] of the [`Overlay`]
/// * the current cursor position
/// * a mutable `Message` list, allowing the [`Overlay`] to produce
- /// new messages based on user interaction.
+ /// new messages based on user interaction.
/// * the `Renderer`
/// * a [`Clipboard`], if available
///