Skip to content

Commit 1a89ea8

Browse files
committed
Fix typo
1 parent 95f5ad3 commit 1a89ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2024/2024-07-27-key-value-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Key Value Storage is an assignment of *CSIE3006 - Operating System* by [Hung-Cha
1313

1414
Now, I am rewriting this assignment in [object-oriented techniques in C](https://dmitryfrank.com/articles/oop_in_c), ensuring clean code and adhering to SOLID principles. There are still a few memory leaks detected in this program, and I am currently working on fixing them.
1515

16-
GitHub repository: [https://github.com/blueskyson/fibdrv](https://github.com/blueskyson/key-value-storage)
16+
GitHub repository: [https://github.com/blueskyson/key-value-storage](https://github.com/blueskyson/key-value-storage)
1717

1818
## Program Development: Modules
1919

0 commit comments

Comments
 (0)