Skip to content

Commit

Permalink
Merge pull request #3479 from epage/docs
Browse files Browse the repository at this point in the history
docs: Tell people to use latest API
  • Loading branch information
epage committed Feb 16, 2022
2 parents d7a3513 + fa24b9f commit db9b181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/command.rs
Expand Up @@ -40,7 +40,7 @@ use crate::build::debug_asserts::assert_app;
/// arguments (or lack thereof).
///
/// When deriving a [`Parser`][crate::Parser], you can use
/// [`CommandFactory::into_app`][crate::CommandFactory::into_app] to access the
/// [`CommandFactory::command`][crate::CommandFactory::command] to access the
/// `Command`.
///
/// - [Basic API][crate::App#basic-api]
Expand Down

0 comments on commit db9b181

Please sign in to comment.