backtester/eventtypes/event: Remove redundant word from README (#2065)

Signed-off-by: quantpoet <quantway@outlook.com>
This commit is contained in:
quantpoet
2025-09-19 12:06:18 +08:00
committed by GitHub
parent c510121853
commit b4a272de02
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}}