Skip to content

Commit

Permalink
fix: fix misnamed client in error message (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Jan 12, 2024
1 parent 02ce582 commit 383d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/doc_example_apis/doc_example_apis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Future<void> example_API_InstantiateTopicClient() async {
CredentialProvider.fromEnvironmentVariable("MOMENTO_API_KEY"),
TopicClientConfigurations.latest());
} catch (e) {
print("Unable to create cache client: $e");
print("Unable to create topic client: $e");
exit(1);
}
}
Expand Down

0 comments on commit 383d624

Please sign in to comment.