Skip to content

Commit 45ee567

Browse files
committed
Typo in zstd intro
1 parent 5640553 commit 45ee567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/projects/zstd-rs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ blogposts = [
2727
]
2828
+++
2929

30-
Zstandard is a modern successor to zlib, providing better compression faster. Zstd-rs is *in developement*; it aims to provide excellent performance while introducing memory safety.
30+
Zstandard is a modern successor to zlib, providing better compression faster. Zstd-rs is *in development*; it aims to provide excellent performance while introducing memory safety.
3131

3232
The project will provide a dynamic library that is a drop-in replacement for C/C++ counterparts, but has compiled memory-safe Rust code inside.
3333

0 commit comments

Comments
 (0)