Skip to content

Commit 8323243

Browse files
committed
comment fix
1 parent 3197e22 commit 8323243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/codecs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::cpp::wrappers::{
1212
// Single macro: all C++ codecs implement AnyLenCodec. Codecs marked with `@ 64`
1313
// also implement BlockCodec64 for 64-bit integer support.
1414

15-
/// Macro for C++ codec wrappers: struct + Default + `CppAnyLen`.
15+
/// Macro for C++ codec wrappers: struct + Default + [`AnyLenCodec`].
1616
macro_rules! implement_cpp_codecs {
1717
($(
1818
$(#[$($attrs:tt)*])*

0 commit comments

Comments
 (0)