From 24ca1df6e1d7bce28665317c028215435dbcb9d4 Mon Sep 17 00:00:00 2001 From: Sebastien Gilles <sebastien.gilles@inria.fr> Date: Mon, 3 Oct 2022 13:52:22 +0200 Subject: [PATCH] Modify a sentence following a suggestion by Laurent. --- 2-ObjectProgramming/2-Member-functions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ObjectProgramming/2-Member-functions.ipynb b/2-ObjectProgramming/2-Member-functions.ipynb index 5553433..13ddecd 100644 --- a/2-ObjectProgramming/2-Member-functions.ipynb +++ b/2-ObjectProgramming/2-Member-functions.ipynb @@ -25,7 +25,7 @@ "\n", "The struct we used previously would work the same in C code (with the exceptions of references: with a C compiler you would have to stick with pointers).\n", "\n", - "But when Bjarne Stroustrup created the C++, its main idea was to extend these structs into full-fledged **classes** (to the point the working name of his language was *C with classes*...)\n", + "But when Bjarne Stroustrup created the C++, its main idea was to extend these structs into full-fledged **classes** (to the extent that the working name of his language was *C with classes*...)\n", "\n", "One of the idea that was missing with original C `struct` was the possibility to add as well member functions:" ] -- GitLab