Skip to content

Commit

Permalink
Merge pull request name5566#94 from pconcepcion/patch-1
Browse files Browse the repository at this point in the history
Updated TUTORIAL_EN.md to fix a little mistake
  • Loading branch information
name5566 authored Jun 26, 2018
2 parents 09f6b6d + e443aee commit bfe2943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ leaf.Run(
)
```

The modules of `game`, `gate` and `gate` are registered consecutively. They are required to implement a `Module` interface.
The modules of `game`, `gate` and `login` are registered consecutively. They are required to implement a `Module` interface.

```go
type Module interface {
Expand Down

0 comments on commit bfe2943

Please sign in to comment.