Skip to content

Commit

Permalink
Correct copy/paste error in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Donini <[email protected]>
  • Loading branch information
lorenzodonini committed Jul 17, 2021
1 parent 017c9dc commit a4c7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp1.6/core/get_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewGetConfigurationRequest(keys []string) *GetConfigurationRequest {
return &GetConfigurationRequest{Key: keys}
}

// Creates a new ClearCacheConfirmation, containing all required fields. Optional fields may be set afterwards.
// Creates a new GetConfigurationConfirmation, containing all required fields. Optional fields may be set afterwards.
func NewGetConfigurationConfirmation(configurationKey []ConfigurationKey) *GetConfigurationConfirmation {
return &GetConfigurationConfirmation{ConfigurationKey: configurationKey}
}

0 comments on commit a4c7494

Please sign in to comment.