Skip to content

Commit db9b181

Browse files
authored
Merge pull request #3479 from epage/docs
docs: Tell people to use latest API
2 parents d7a3513 + fa24b9f commit db9b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/command.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use crate::build::debug_asserts::assert_app;
4040
/// arguments (or lack thereof).
4141
///
4242
/// When deriving a [`Parser`][crate::Parser], you can use
43-
/// [`CommandFactory::into_app`][crate::CommandFactory::into_app] to access the
43+
/// [`CommandFactory::command`][crate::CommandFactory::command] to access the
4444
/// `Command`.
4545
///
4646
/// - [Basic API][crate::App#basic-api]

0 commit comments

Comments
 (0)