Skip to content

Commit 0849ca4

Browse files
authored
Apply suggestions from code review
Signed-off-by: Marc Emmers <35759328+marcemmers@users.noreply.github.com>
1 parent 16b3521 commit 0849ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ocpp/v201/charge_point.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class ChargePointInterface {
196196
const TriggerReasonEnum trigger_reason = TriggerReasonEnum::ChargingStateChanged) = 0;
197197

198198
/// \brief Gets the transaction id for a certain \p evse_id if there is an active transaction
199-
/// \param evse_id The evse to tet the transaction for
199+
/// \param evse_id The evse to get the transaction for
200200
/// \return The transaction id if a transaction is active, otherwise nullopt
201201
virtual std::optional<std::string> get_evse_transaction_id(int32_t evse_id) = 0;
202202

0 commit comments

Comments
 (0)