mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
fix typo in docs
This commit is contained in:
@@ -325,7 +325,7 @@ impl Editor for CustomGlEditor {
|
||||
}
|
||||
}
|
||||
|
||||
/// The window handle used for [`EguiEditor`].
|
||||
/// The window handle used for [`CustomGlEditor`].
|
||||
struct CustomGlEditorHandle {
|
||||
state: Arc<CustomGlEditorState>,
|
||||
window: WindowHandle,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user