File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ fn COVER_tryParameters(data: Box<COVER_tryParameters_data_t>) {
12101210/// of [`core::slice::from_raw_parts`].
12111211/// - `sum(samplesSizes)` is 0 or `samplesBuffer` and `sum(samplesSizes)` satisfy the requirements
12121212/// of [`core::slice::from_raw_parts`].
1213- /// - `parameters` satisfies the requirements of [ `pointer::as_mut`]
1213+ /// - `parameters` satisfies the requirements of `pointer::as_mut`
12141214#[ cfg_attr( feature = "export-symbols" , export_name = crate :: prefix!( ZDICT_optimizeTrainFromBuffer_cover ) ) ]
12151215pub unsafe extern "C" fn ZDICT_optimizeTrainFromBuffer_cover (
12161216 dictBuffer : * mut core:: ffi:: c_void ,
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ fn train_from_buffer_fastcover(
614614/// of [`core::slice::from_raw_parts`].
615615/// - `sum(samplesSizes)` is 0 or `samplesBuffer` and `sum(samplesSizes)` satisfy the requirements
616616/// of [`core::slice::from_raw_parts`].
617- /// - `parameters` satisfies the requirements of [ `pointer::as_mut`]
617+ /// - `parameters` satisfies the requirements of `pointer::as_mut`
618618#[ cfg_attr( feature = "export-symbols" , export_name = crate :: prefix!( ZDICT_optimizeTrainFromBuffer_fastCover ) ) ]
619619pub unsafe extern "C" fn ZDICT_optimizeTrainFromBuffer_fastCover (
620620 dictBuffer : * mut core:: ffi:: c_void ,
You can’t perform that action at this time.
0 commit comments