Skip to content

Commit

Permalink
Update ex50-constructeur.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-maulaz authored Feb 27, 2023
1 parent 6ab272e commit ae23127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ex50-constructeur.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
```
Expand Down Expand Up @@ -442,4 +442,4 @@ int main()
cout << "Case 3" << endl;
pt[0] = new Test();
}
```
```

0 comments on commit ae23127

Please sign in to comment.