fix typo in docs

This commit is contained in:
Billy Messenger
2024-12-14 17:26:57 -06:00
parent ac1caecd2d
commit 89fb51248d
3 changed files with 3 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ impl Editor for CustomSoftbufferEditor {
}
}
/// The window handle used for [`EguiEditor`].
/// The window handle used for [`CustomSoftbufferEditor`].
struct CustomSoftbufferEditorHandle {
state: Arc<CustomSoftbufferEditorState>,
window: WindowHandle,