Skip to content

Commit e443aee

Browse files
authored
Updated TUTORIAL_EN.md to fix a little mistake
Changed the repeated module name `gate` with the module name `login`
1 parent 09f6b6d commit e443aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUTORIAL_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ leaf.Run(
3131
)
3232
```
3333

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

3636
```go
3737
type Module interface {

0 commit comments

Comments
 (0)