Skip to content

Commit bd9091a

Browse files
Update src/lib.rs
Co-authored-by: Christian Gill <[email protected]>
1 parent 9ac3fec commit bd9091a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
//! The primary goal of rustdis is to offer a straightforward and comprehensible implementation,
44
//! with no optimization techniques to ensure the code remains accessible and easy to understand.
55
//! As of now, rustdis focuses exclusively on implementing Redis' String data type and its
6-
//! associated methods. You can find more about Redis strings here: [Redis
7-
//! Strings](https://redis.io/docs/data-types/strings/).
6+
//! associated methods. You can find more about Redis strings here:
7+
//! [Redis Strings](https://redis.io/docs/data-types/strings/).
88
//!
99
//! # Architecture
1010
//!

0 commit comments

Comments
 (0)