Skip to content

Commit f2ad4d7

Browse files
committed
Update Kdoc with correct function reference
1 parent 15f1d5a commit f2ad4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ai/elimu/kukariri/receiver/BootReceiver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import android.content.Intent
66
import android.util.Log
77

88
/**
9-
* This receiver is only used to trigger [BaseApplication.onCreate].
9+
* This receiver is only used to trigger [ai.elimu.kukariri.BaseApplication.onCreate].
1010
*/
1111
class BootReceiver : BroadcastReceiver() {
1212
override fun onReceive(context: Context, intent: Intent) {

0 commit comments

Comments
 (0)