Skip to content

Commit c1308dc

Browse files
committed
fix: correct typo in documentation comments
1 parent 3b69537 commit c1308dc

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ Language: Cpp
55
# Force pointers to the type for C++.
66
DerivePointerAlignment: false
77
PointerAlignment: Left
8-
SpaceInEmptyBraces: Never
98
AllowShortFunctionsOnASingleLine: Empty
109
SpaceBeforeCpp11BracedList: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![C/C++ CI](https://github.com/SSARCandy/ini-cpp/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/SSARCandy/ini-cpp/actions/workflows/c-cpp.yml)
44
[![codecov](https://codecov.io/gh/SSARCandy/ini-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/SSARCandy/ini-cpp)
55

6-
Yet another `.ini` parser for modern c++ (made for cpp17), inspired and extend from [inih](https://github.com/benhoyt/inih).
6+
Yet another `.ini` parser for modern c++ (made for cpp17), inspired and extended from [inih](https://github.com/benhoyt/inih).
77

88

99
## Example

ini/ini.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Yet another .ini parser for modern c++ (made for cpp17), inspired and extend
2+
* Yet another .ini parser for modern c++ (made for cpp17), inspired and extended
33
* from @benhoyt's inih. See project page: https://github.com/SSARCandy/ini-cpp
44
*/
55

0 commit comments

Comments
 (0)