Skip to content

Commit 5517225

Browse files
authored
fix typo in bisector defuzzifier docstring (#41)
closes #40
1 parent 93b4806 commit 5517225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ variable domain ``[a, b]`` the defuzzified output is the value ``t ∈ [a, b]``
191191
the area under ``f`` into two equal parts. That is
192192
193193
```math
194-
∫_a^tf(x)\\textrm{d}x = ∫_t^af(x)\\textrm{d}x.
194+
∫_a^tf(x)\\textrm{d}x = ∫_t^bf(x)\\textrm{d}x.
195195
```
196196
197197
### Parameters

0 commit comments

Comments
 (0)