We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ccb5e commit 11e43daCopy full SHA for 11e43da
docs/learn/connect.example.c
@@ -35,7 +35,7 @@ amongoc_box on_connect(amongoc_box userdata, amongoc_status* status, amongoc_box
35
printf("Successfully connected!\n");
36
amongoc_client* client;
37
amongoc_box_take(client, result);
38
- // `cl` now stores a valid client. We don't do anything else, so just delete it:
+ // `client` now stores a valid client. We don't do anything else, so just delete it:
39
amongoc_client_delete(client);
40
}
41
amongoc_box_destroy(result);
0 commit comments