We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3fb71 commit acd44deCopy full SHA for acd44de
bevy_ios_iap/src/plugin.rs
@@ -29,7 +29,7 @@ pub struct IosIapPlugin {
29
}
30
31
impl IosIapPlugin {
32
- /// create plugin and define whether it will call [`init`] automatically right on startup.
+ /// create plugin and define whether it will call [`init`][`crate::init`] automatically right on startup.
33
pub fn new(auto_init: bool) -> Self {
34
Self { auto_init }
35
0 commit comments