From 9f0253ad907e0eba2e090239182f211e446d3703 Mon Sep 17 00:00:00 2001 From: ashn Date: Thu, 10 Dec 2020 21:09:49 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d65dce5..99f143e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An example of `cdoc` documentation is as follows: //! @struct buffer //! A buffer for holding some data. -//! This is just an example so don't read into it too much. +//! This is just an example so don't think about it too hard. struct buffer { //! @member data @@ -30,7 +30,7 @@ struct buffer }; //! @function clear_buffer -//! Zero out the contents of this buffer and set's +//! Zero out the contents of this buffer and set its length to zero. //! @return //! The previous length of the buffer. static inline uint8_t -- 2.38.5