Skip to content

Commit

Permalink
docs(servient): fix addClientFactory documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 19, 2023
1 parent 0a040c9 commit 841703d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/servient.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class Servient {
List<String> get clientSchemes =>
_clientFactories.keys.toList(growable: false);

/// Adds a new [clientFactory] to this [Servient.]
/// Adds a new [clientFactory] to this [Servient].
void addClientFactory(ProtocolClientFactory clientFactory) {
for (final scheme in clientFactory.schemes) {
_clientFactories[scheme] = clientFactory;
Expand Down

0 comments on commit 841703d

Please sign in to comment.