File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- EN-Revision: 0772e0e3338c313fb72f51b4138daba1094f93ae Maintainer: Fan2Shrek Status: ready -->
2
+ <!-- EN-Revision: 18d46a26fdbfd076f4b8e0b0149fe68702e80d9c Maintainer: Fan2Shrek Status: ready -->
3
3
<!-- Reviewed: yes -->
4
4
<sect1 xml : id =" language.oop5.property-hooks" xmlns =" http://docbook.org/ns/docbook" >
5
5
<title >Hooks de propriété</title >
@@ -511,8 +511,8 @@ class PositivePoint extends Point
511
511
<simpara >
512
512
L'exemple ci-dessus pourrait être réécrit comme suit, ce qui permettrait à la
513
513
classe <literal >Point</literal > d'ajouter son propre hook <literal >set</literal >
514
- à l'avenir sans problème. (Dans l'exemple précédent, un hook ajouté à la
515
- classe parente serait ignoré dans la classe enfant.)
514
+ à l'avenir sans problèmes (dans l'exemple précédent, un hook ajouté à la
515
+ classe parente serait ignoré dans la classe enfant).
516
516
</simpara >
517
517
<example >
518
518
<title >Accès aux hooks parentaux (set)</title >
You can’t perform that action at this time.
0 commit comments