Skip to content

Commit

Permalink
Update csharp/lib/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jonathanl-bq <[email protected]>
Signed-off-by: Shachar Langbeheim <[email protected]>
  • Loading branch information
nihohit and jonathanl-bq authored Jan 4, 2025
1 parent 47b8318 commit 7626dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub extern "C" fn close_client(client_ptr: *const c_void) {
///
/// # Safety
///
/// This function should only be called, and should complete
/// This function should only be called once, and should complete
/// and call one of the response callbacks before `close_client` is called. After
/// that the `client_ptr` is not in a valid state.
#[no_mangle]
Expand Down

0 comments on commit 7626dee

Please sign in to comment.