Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirherrbatka committed Nov 1, 2013
1 parent 8ae38ea commit 8302924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/opencs/filters.tex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ \subsubsection{Nullary expressions}
\item Mixing brackets is completely legal. For value equal 10, expression value(something, [5, 10) will evaluate to true. The same expression will evaluate to false for value equal 10.
\end{itemize}
\susubbsection{Logical expressions}
\subsubsection{Logical expressions}
This subsection takes care of two remaining groups of expressions: binary and unary. The only unary expression present in the OpenCS is logical not, while the remaining binary expressions are: or, and. This clearly makes theme from user point of view belonging to the same group of logical expressions.
\paragraph{not -- not expression()}
Expand Down

0 comments on commit 8302924

Please sign in to comment.