typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-06-22 14:49:22 +03:00
parent 5a9d977c4e
commit 883108298a

View File

@ -961,7 +961,7 @@ Mixin into `<target>` as a prototype
-> <target> -> <target>
``` ```
Mixin into `<target>` as directly (flatly) Mixin into `<target>` directly (flatly)
``` ```
<mixin>('flat', <target>) <mixin>('flat', <target>)
-> <target> -> <target>