Skip to content

Commit 66ece2c

Browse files
committed
Readme fixes.
1 parent d8b6bd7 commit 66ece2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ class ExampleCommand extends Command
429429
}
430430
```
431431

432-
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method.
433-
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
432+
You'll get the fatal error - the traits conflict, because of both of these traits are overriding `initialize` method:
433+
> If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
434434
435435
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
436436

0 commit comments

Comments
 (0)