From 4be2af2f595176f6ebd470367fc13ab905c3c80c Mon Sep 17 00:00:00 2001
From: Callisto Pili <callisto.pili@gmail.com>
Date: Thu, 14 Sep 2023 13:28:01 +0100
Subject: [PATCH] Update Fix.rst comparison table

Updated a fix for the table rappresenting the Logic operation with Fixed point.
the table shows x>y twice.
---
 source/SpinalHDL/Data types/Fix.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/SpinalHDL/Data types/Fix.rst b/source/SpinalHDL/Data types/Fix.rst
index 0a8e32d76bc..99ded038b26 100644
--- a/source/SpinalHDL/Data types/Fix.rst	
+++ b/source/SpinalHDL/Data types/Fix.rst	
@@ -219,7 +219,7 @@ Comparison
    * - x >= y
      - Greater than or equal
      - Bool
-   * - x > y
+   * - x < y
      - Less than
      - Bool
    * - x >= y