From b4a272de02c76b9e35f6670cb80122ac0368f1e5 Mon Sep 17 00:00:00 2001 From: quantpoet Date: Fri, 19 Sep 2025 12:06:18 +0800 Subject: [PATCH] backtester/eventtypes/event: Remove redundant word from README (#2065) Signed-off-by: quantpoet --- backtester/eventtypes/event/README.md | 2 +- .../backtester_eventtypes_event_readme.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backtester/eventtypes/event/README.md b/backtester/eventtypes/event/README.md index 9a82b30a..1673c6b0 100644 --- a/backtester/eventtypes/event/README.md +++ b/backtester/eventtypes/event/README.md @@ -20,7 +20,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader ## Event package overview -The event event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct +The event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct ## Donations diff --git a/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl b/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl index acbcd17e..48b1d637 100644 --- a/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl +++ b/cmd/documentation/backtester_templates/backtester_eventtypes_event_readme.tmpl @@ -2,7 +2,7 @@ {{template "backtester-header" .}} ## {{.CapitalName}} package overview -The event event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct +The event type is an important base for all other events. It allows for consistent information to be used across all events in order to track and make decisions. Any information that is shared between events should be added to this struct {{template "donations" .}} {{end}} \ No newline at end of file