From e0b774a4fd4671453b41ed825c577de49ab77663 Mon Sep 17 00:00:00 2001
From: ROUVREAU Vincent <vincent.rouvreau@inria.fr>
Date: Mon, 10 May 2021 15:29:33 +0200
Subject: [PATCH] missing parenthesis

---
 3-Operators/2-Comparison.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3-Operators/2-Comparison.ipynb b/3-Operators/2-Comparison.ipynb
index 8571de7..80f67c3 100644
--- a/3-Operators/2-Comparison.ipynb
+++ b/3-Operators/2-Comparison.ipynb
@@ -195,7 +195,7 @@
    "source": [
     "### Spaceship operator\n",
     "\n",
-    "Currently (in C++ 17 and below) you have to define all the comparison operators, which can quickly become rather tedious (the following code doesn't work in Xeus-cling; you may use [@Coliru](https://coliru.stacked-crooked.com/a/122ec1b6a6ac3d0f):"
+    "Currently (in C++ 17 and below) you have to define all the comparison operators, which can quickly become rather tedious (the following code doesn't work in Xeus-cling; you may use [@Coliru](https://coliru.stacked-crooked.com/a/122ec1b6a6ac3d0f)):"
    ]
   },
   {
-- 
GitLab