Skip to content

Fix typo in event.Tick example#70

Open
msquee wants to merge 1 commit intotidwall:masterfrom
msquee:fix/readme-typo
Open

Fix typo in event.Tick example#70
msquee wants to merge 1 commit intotidwall:masterfrom
msquee:fix/readme-typo

Conversation

@msquee
Copy link

@msquee msquee commented Oct 31, 2020

Fix typo in event.Tick example in README

-events.Tick = func() (delay time.Duration, action Action){
+events.Tick = func() (delay time.Duration, action evio.Action){
        log.Printf("tick")
        delay = time.Second
        return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments