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

@@ -368,7 +368,7 @@ impl Editor for CustomWgpuEditor {
}
}
/// The window handle used for [`EguiEditor`].
/// The window handle used for [`CustomWgpuEditor`].
struct CustomWgpuEditorHandle {
state: Arc<CustomWgpuEditorState>,
window: WindowHandle,