diff --git a/3-Operators/1-Intro.ipynb b/3-Operators/1-Intro.ipynb index 36ef2bceac7da768d03b92ec3deaa572aebb6a5a..4728be93a3db2a246aa5a8d5dd74f110ed722127 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",