Skip to content

Commit 45c211b

Browse files
authored
Merge pull request #247 from thomas-brunel/fix/typo_description
[types-enums] Fix typo in the description of Invalid
2 parents 7967600 + bb3964d commit 45c211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/Enums.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ enum class AuthorizationStatus
172172
Blocked,
173173
/** @brief Identifier has expired. Not allowed for charging */
174174
Expired,
175-
/** @brief Identifier has expired. Not allowed for charging */
175+
/** @brief Identifier is unknown. Not allowed for charging */
176176
Invalid,
177177
/** @brief Identifier is already involved in another transaction and multiple transactions are not allowed. (Only relevant for a
178178
StartTransaction.req */

0 commit comments

Comments
 (0)