Skip to content

Commit

Permalink
qk_obsterm_print -> ..._str (#13955)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris authored Mar 4, 2025
1 parent ec33b5f commit f82aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cext/src/sparse_observable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ pub unsafe extern "C" fn qk_str_free(string: *mut c_char) {
/// QkObs *obs = qk_obs_identity(100);
/// QkObsTerm term;
/// qk_obs_term(obs, 0, &term);
/// char *string = qk_obsterm_print(&term);
/// char *string = qk_obsterm_str(&term);
/// qk_str_free(string);
///
/// # Safety
Expand Down

0 comments on commit f82aa0a

Please sign in to comment.