Skip to content

Commit

Permalink
Improve documentation (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Feb 1, 2025
1 parent 99d18d4 commit 8c800af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub(crate) trait AppDefinition {
vec![]
}

/// the various ways to install and run this application
/// define how to run this application
fn run_method(&self, version: &Version, platform: Platform) -> run::Method;

/// link to the (human-readable) homepage of the app
Expand Down

0 comments on commit 8c800af

Please sign in to comment.