Skip to content

Commit

Permalink
fix: typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Jan 29, 2024
1 parent 0badb0b commit 7cd9ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/implementation/servient.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Servient {

/// Starts this [Servient] and returns a [WoT] runtime object.
///
/// The [scripting_api.WoT] runtime can be used for consuming, procuding, and
/// The [scripting_api.WoT] runtime can be used for consuming, producing, and
/// discovering Things.
Future<scripting_api.WoT> start() async {
final serverStatuses = _servers
Expand Down

0 comments on commit 7cd9ba4

Please sign in to comment.