Skip to content

Commit

Permalink
Apply apt review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Meziu <[email protected]>
  • Loading branch information
adryzz and Meziu authored Feb 23, 2024
1 parent e6dddff commit 80853b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctru-rs/src/services/apt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl<'a> Chainloader<'a> {

/// Configures the chainloader to launch a specific application.
///
/// See also [super::am::Title]
/// See also [`Title`](crate::services::am::Title]
#[doc(alias = "aptSetChainloader")]
pub fn set(&mut self, title: &super::am::Title<'_>) {
unsafe { ctru_sys::aptSetChainloader(title.id(), title.media_type() as u8) }
Expand Down

0 comments on commit 80853b2

Please sign in to comment.