commit | c860bd1ccbc2afc59748e5690708125b14df6209 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Oct 04 03:23:43 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Oct 05 01:05:26 2022 -0400 |
tree | fd140fe0d17aa524e67f2d21e3891b0609c31983 | |
parent | 0f562261426a9d58cabbf653cc3f0be4b0005bce [diff] [blame] |
docs: fix capitalization in doxygen comments Change-Id: Ie61b20a3dbfc847bc14523e507102fe6fe416908
diff --git a/tests/unit/util/io.t.cpp b/tests/unit/util/io.t.cpp index 270270c..9fcafd7 100644 --- a/tests/unit/util/io.t.cpp +++ b/tests/unit/util/io.t.cpp
@@ -114,7 +114,7 @@ } /** - * \brief create a directory at `filepath`, so that it's neither readable nor writable as a file + * \brief Create a directory at `filepath`, so that it's neither readable nor writable as a file. */ void mkdir() const