From 9099ad12e13978786a7ebf503546d275b70c87df Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 17 Jun 2016 09:52:10 +0200 Subject: [PATCH] update doc to nowadays lexique --- include/xbt/Extendable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/Extendable.hpp b/include/xbt/Extendable.hpp index fd4f59adea..99c981d947 100644 --- a/include/xbt/Extendable.hpp +++ b/include/xbt/Extendable.hpp @@ -41,7 +41,7 @@ public: * with a notion of Host extended with another concept (such as mobility). * You could completely externalize these data with an associative map Host->EnergyHost. * It would work, provided that you implement this classical feature correctly (and it would induce a little performance penalty). - * Instead, you should add a new facet to the Host class, that happens to be Facetable. + * Instead, you should add a new extension to the Host class, that happens to be Extendable. * */ template -- 2.20.1