Skip to content

Commit acd44de

Browse files
committed
fix
1 parent ac3fb71 commit acd44de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bevy_ios_iap/src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct IosIapPlugin {
2929
}
3030

3131
impl IosIapPlugin {
32-
/// create plugin and define whether it will call [`init`] automatically right on startup.
32+
/// create plugin and define whether it will call [`init`][`crate::init`] automatically right on startup.
3333
pub fn new(auto_init: bool) -> Self {
3434
Self { auto_init }
3535
}

0 commit comments

Comments
 (0)