Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 84e505d

Browse files
committed
Fix typo
1 parent 967abdb commit 84e505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/in_app_purchase_platform.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'types/types.dart';
1717
/// platform implementations that `implements` this interface will be broken by newly added
1818
/// [InAppPurchasePlatform] methods.
1919
abstract class InAppPurchasePlatform extends PlatformInterface {
20-
/// Constructs a UrlLauncherPlatform.
20+
/// Constructs a InAppPurchasePlatform.
2121
InAppPurchasePlatform() : super(token: _token);
2222

2323
static final Object _token = Object();

0 commit comments

Comments
 (0)