[DOC-CVS] [doc-en] master: Fix typo and trailing dot (#4643)
[email protected] (Christian Flothmann via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Christian Flothmann (xabbuh)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-05-01T19:52:10+08:00
Commit: https://github.com/php/doc-en/commit/18d46a26fdbfd076f4b8e0b0149fe68702e80d9c
Raw diff: https://github.com/php/doc-en/commit/18d46a26fdbfd076f4b8e0b0149fe68702e80d9c.diff
Fix typo and trailing dot (#4643)
Changed paths:
M language/oop5/property-hooks.xml
Diff:
diff --git a/language/oop5/property-hooks.xml b/language/oop5/property-hooks.xml
index f89edba194b8..396049cb165e 100644
--- a/language/oop5/property-hooks.xml
+++ b/language/oop5/property-hooks.xml
@@ -510,8 +510,8 @@ class PositivePoint extends Point
<simpara>
The example above could be rewritten as follows, which would allow for the
<literal>Point</literal> class to add its own <literal>set</literal> hook
- in the future without issue. (In the previous example, a hook added to
- the parent class would be ignored in the child.)
+ in the future without issues (in the previous example, a hook added to
+ the parent class would be ignored in the child).
</simpara>
<example>
<title>Parent hook access (set)</title>