We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952ce56 commit 855e11bCopy full SHA for 855e11b
1 file changed
README.md
@@ -22,6 +22,6 @@ This would be the equivalent of `new RingBuf(int size, int len)` in C++.
22
23
### Deconstructor
24
25
-`int RingBuf_delete(RingBuf *self);
+`int RingBuf_delete(RingBuf *self);`
26
27
Deletes the RingBuf, and frees up all the memory associated with it.
0 commit comments