Skip to content

Commit

Permalink
docs(scripting_api): fix typo in Subscription interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 24, 2024
1 parent ef32959 commit f891cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/scripting_api/subscription.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum SubscriptionType {

/// Represents a subscription to Property change and Event interactions.
abstract interface class Subscription {
/// Denotes whether the subsciption is active, i.e. it is not stopped because
/// Denotes whether the subscription is active, i.e. it is not stopped because
/// of an error or because of invocation of the [stop] method.
bool get active;

Expand Down

0 comments on commit f891cad

Please sign in to comment.