Skip to content

Commit

Permalink
Merge pull request #160 from eclipse-thingweb/fix-typo
Browse files Browse the repository at this point in the history
docs(scripting_api): fix typo in Subscription interface
  • Loading branch information
JKRhb committed May 24, 2024
2 parents ef32959 + f891cad commit c7b27e1
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 c7b27e1

Please sign in to comment.