Skip to content

Commit 2aab4e8

Browse files
committed
Improve the README/documentation as suggested by gemini-cli
1 parent f08abd2 commit 2aab4e8

File tree

6 files changed

+276
-276
lines changed

6 files changed

+276
-276
lines changed

README.md

Lines changed: 194 additions & 194 deletions
Large diffs are not rendered by default.

application/argumentparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using namespace CppUtilities::EscapeCodes;
2828

2929
/*!
3030
* \namespace CppUtilities
31-
* \brief Contains all utilities provides by the c++utilities library.
31+
* \brief Contains all utilities provided by the c++utilities library.
3232
*/
3333
namespace CppUtilities {
3434

application/argumentparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ template <typename... TargetType> std::tuple<TargetType...> Argument::valuesAs(s
414414
}
415415

416416
/*!
417-
* \brief Converts the present values for all occurrence to the specified target types. For each occurrence, there must be as many values present as types are specified.
417+
* \brief Converts the present values for all occurrences to the specified target types. For each occurrence, there must be as many values present as types are specified.
418418
* \throws Throws ArgumentUtilities::Failure when the number of present values is not sufficient or a conversion error occurs.
419419
* \remarks Still experimental. Might be removed/adjusted in next minor release.
420420
*/

chrono/period.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CppUtilities {
1212
* Note the absence of the TimeSpan::totalYears() and TimeSpan::totalMonth() methods.
1313
* The reason for this limitation of the TimeSpan class is that the TimeSpan is meant to express
1414
* a duration independently of the concrete starting DateTime and end DateTime.
15-
* However, the concrete calendar interval is neccassary for expressing a duration in terms of years
15+
* However, the concrete calendar interval is necessary for expressing a duration in terms of years
1616
* and months because not all years and months have the same length.
1717
*
1818
* The Period class, on the other hand, expresses the duration between a *concrete* starting DateTime

0 commit comments

Comments
 (0)