From 2d3e17372e293955821a9192a989664667077851 Mon Sep 17 00:00:00 2001 From: thedoctar Date: Sun, 25 Oct 2020 02:58:15 +0200 Subject: [PATCH] Escape special characters --- operators.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operators.adoc b/operators.adoc index 9e1d128..a6f8d2f 100644 --- a/operators.adoc +++ b/operators.adoc @@ -35,7 +35,7 @@ For information about the usage of these operators, please refer to the OpenCL s |++ |post- and pre-decrement -|-- +|\-- |relational greater-than |> @@ -47,7 +47,7 @@ For information about the usage of these operators, please refer to the OpenCL s |>= |relational less-than or equal-to -|<= +|\<= |equal |==