diff --git a/ex50-constructeur.md b/ex50-constructeur.md index 3921667..ef81290 100644 --- a/ex50-constructeur.md +++ b/ex50-constructeur.md @@ -308,7 +308,7 @@ class Test{ int main() { // les valeurs des mesures passées en paramètres - Test t(2.34, 12,8); + Test t(2.34, 12.8); t.plot(); } ``` @@ -442,4 +442,4 @@ int main() cout << "Case 3" << endl; pt[0] = new Test(); } -``` \ No newline at end of file +```