Skip to content

Commit

Permalink
Update src/data/information_panel.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis <[email protected]>
  • Loading branch information
hacknus and fluxxcode authored Dec 1, 2024
1 parent 8a56895 commit 87ab73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/information_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct InfoPanelEntry {
}

impl InfoPanelEntry {
/// create a new`InfoPanelEntry` object
/// Create a new `InfoPanelEntry` object
pub const fn new(item: DirectoryEntry) -> Self {
Self {
directory_entry: item,
Expand Down

0 comments on commit 87ab73a

Please sign in to comment.