Skip to content

Commit

Permalink
quay it
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Jan 12, 2024
1 parent 23004c9 commit 2c8b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapr-distributed-calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ a different language. I'll detail the implementation below.
* **Event Service** (written in Go):
This service uses the statestore component Redis for storing and deleting events from memory. The code snippet shown below is from
`go_events.go` and demonstrates adding an event to the state store.
`go_events.go` and demonstrates adding an event to the state store.
```go
var data = make([]map[string]string, 1)
Expand Down

0 comments on commit 2c8b997

Please sign in to comment.