Skip to content

Commit 581cee8

Browse files
committed
feat(dart): update example
1 parent 5e627e2 commit 581cee8

File tree

1 file changed

+1
-1
lines changed
  • clients/algoliasearch-client-dart/packages/chopper_requester/example

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-dart/packages/chopper_requester/example/example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ void main() async {
5050
// Dispose of the requester to clean up its resources.
5151
requester.dispose();
5252

53-
// Disposing a custom client has to be done manually.
53+
// Disposing a custom [Client] has to be done manually.
5454
client.close();
5555
}

0 commit comments

Comments
 (0)