Skip to content

Commit 0fbaafc

Browse files
author
brucou
committed
chore(README): update
1 parent 3425d3e commit 0fbaafc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ Let's have a proper look at combinators' syntax and the available combinators ex
499499
500500
# Combinators
501501
## Syntax
502-
In general combinators follow a common syntax :
502+
In general combinators follow a common syntax[^exception] :
503503
504504
- `Combinator :: Settings -> ComponentTree -> Component`
505505
- `Settings :: *`
@@ -508,6 +508,8 @@ In general combinators follow a common syntax :
508508
- `ContainerComponent:: Component`
509509
- `ChildrenComponents :: Array<Component>`
510510
511+
[^exception]: The `EFSM` combinator as of v0.4 is an exception to that rule.
512+
511513
## Combinator list
512514
The proposed library has the following combinators :
513515

0 commit comments

Comments
 (0)