From f0f79d3dbd54b7f5b9631c3634868bcb0f731b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Mon, 10 May 2021 17:53:00 +0200 Subject: [PATCH] Rollback a change: conceit -> concept -> conceit. --- 3-Operators/1-Intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Operators/1-Intro.ipynb b/3-Operators/1-Intro.ipynb index 36ef2bc..4728be9 100644 --- a/3-Operators/1-Intro.ipynb +++ b/3-Operators/1-Intro.ipynb @@ -138,7 +138,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "C++ provides the way to mimic this behaviour with **operator overloading**. This is a very powerful concept, but also one that should be approached with some care...\n", + "C++ provides the way to mimic this behaviour with **operator overloading**. This is a very powerful conceit, but also one that should be approached with some care...\n", "\n", "We will see the general way to define such an operator in this notebook and see in dedicated notebooks which are the ones specifically useful.\n", "\n", -- GitLab