Commit fbdbf740e123d8c76e4152835e5680db87d23933
1 parent
3d9f783f
Exists in
master
and in
12 other branches
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
help/catalogTTFilterHelp
... | ... | @@ -7,7 +7,7 @@ Once in the filter menu you will see three boxes you are able to fill: |
7 | 7 | <ul> |
8 | 8 | <li><b><i> '>'</i></b> box: returns on screen intervals where the values of the filtered column are higher than the number filled in the box.</li> |
9 | 9 | <li><b><i> '<'</i></b> box: returns on screen intervals where the values of the filtered column are lower than the number filled in the box.</li> |
10 | - <li><b><i> '<'</i></b> box: returns on screen intervals where the values of the filtered column are the same than the number filled in the box.</li> | |
10 | + <li><b><i> '='</i></b> box: returns on screen intervals where the values of the filtered column are the same than the number filled in the box.</li> | |
11 | 11 | </ul> |
12 | 12 | </p> |
13 | 13 | ... | ... |