Skip to content

Commit 60bc0a3

Browse files
committed
fixed docs
1 parent 9db40e9 commit 60bc0a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
//!
4848
//! #### Adapters
4949
//!
50-
//! - [`Base64`] —
50+
//! - [`string::Base64`] —
5151
//! Wraps a binary codec and make it a string codec by representing the binary data as a base64 string.
52-
//! - [`OptionCodec`] —
52+
//! - [`string::OptionCodec`] —
5353
//! Wraps a string codec that encodes `T` to create a codec that encodes `Option<T>`.
5454
//!
5555
//! ### Binary Codecs

0 commit comments

Comments
 (0)