Skip to content

Commit f82aa0a

Browse files
authored
qk_obsterm_print -> ..._str (Qiskit#13955)
1 parent ec33b5f commit f82aa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cext/src/sparse_observable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ pub unsafe extern "C" fn qk_str_free(string: *mut c_char) {
874874
/// QkObs *obs = qk_obs_identity(100);
875875
/// QkObsTerm term;
876876
/// qk_obs_term(obs, 0, &term);
877-
/// char *string = qk_obsterm_print(&term);
877+
/// char *string = qk_obsterm_str(&term);
878878
/// qk_str_free(string);
879879
///
880880
/// # Safety

0 commit comments

Comments
 (0)