From 986475fb22f5d002e000c9d3bdbb9ece4ed677af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Thu, 20 May 2021 08:28:03 +0200 Subject: [PATCH] Add callback to previous notebook for keyword. --- 4-Templates/3-Syntax.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-Templates/3-Syntax.ipynb b/4-Templates/3-Syntax.ipynb index c6f874f..e4260ba 100644 --- a/4-Templates/3-Syntax.ipynb +++ b/4-Templates/3-Syntax.ipynb @@ -84,7 +84,7 @@ "source": [ "Same code without the template argument would be accepted without issue... but with templates the compiler doesn't manage to properly find the base method.\n", "\n", - "To circumvent this, you must explicitly tell `BaseMethod()` is a method; the most obvious way is to put explicit `this`:" + "To circumvent this, you must explicitly tell `BaseMethod()` is a method; the most obvious way is to put explicit `this` (which we introduced [here](../2-ObjectProgramming/2-Member-functions.ipynb#The-this-keyword)):" ] }, { -- GitLab