NodeDataTrait::top_bar_ui fix doc comment

This commit is contained in:
Kamil Koczurek 2023-05-09 16:54:09 +02:00
parent 0594981326
commit fad164b88c

View File

@ -113,7 +113,7 @@ where
where
Self::Response: UserResponseTrait;
// UI to draw on the top bar of the node.
/// UI to draw on the top bar of the node.
fn top_bar_ui(
&self,
_ui: &mut egui::Ui,