Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyDM committed Dec 14, 2024
1 parent 301975c commit 7f06398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/examples/byo_gui_gl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/byo_gui_softbuffer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/byo_gui_wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7f06398

Please sign in to comment.