Skip to content

Commit 917a2ca

Browse files
committed
chore: remove repetitive word in comment
Signed-off-by: efcking <efcking@outlook.com>
1 parent 40b7c2b commit 917a2ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tequilapi/contract/channel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewPaymentChannelDTO(channel pingpong.HermesChannel) PaymentChannelDTO {
3535
}
3636
}
3737

38-
// PaymentChannelDTO represents represents opened payment channel between identity and hermes.
38+
// PaymentChannelDTO represents opened payment channel between identity and hermes.
3939
// swagger:model PaymentChannelDTO
4040
type PaymentChannelDTO struct {
4141
// Unique identifier of payment channel

tequilapi/docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4742,7 +4742,7 @@
47424742
},
47434743
"PaymentChannelDTO": {
47444744
"type": "object",
4745-
"title": "PaymentChannelDTO represents represents opened payment channel between identity and hermes.",
4745+
"title": "PaymentChannelDTO represents opened payment channel between identity and hermes.",
47464746
"properties": {
47474747
"beneficiary": {
47484748
"description": "Beneficiary - eth wallet address",

0 commit comments

Comments
 (0)