Skip to content

Commit

Permalink
docs(servient.dart): fix reference to WoT interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 21, 2024
1 parent 633a9cb commit 32ee0b3
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 @@ -59,7 +59,7 @@ abstract class Servient {
List<DiscoveryConfiguration> discoveryConfigurations,
);

/// Starts this [Servient] and returns a [WoT] runtime object.
/// Starts this [Servient] and returns a [scripting_api.WoT] runtime object.
///
/// The [scripting_api.WoT] runtime can be used for consuming, producing, and
/// discovering Things.
Expand Down

0 comments on commit 32ee0b3

Please sign in to comment.