Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/types/declarations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<entry><type>self</type></entry>
<entry>
The value must be an &instanceof; the same class as the one the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The value must be an &instanceof; the same class as the one the
The value must be an &instanceof; the same class as the one

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing! :-)

method is defined on.
in which the type declaration is used.
Can only be used in classes.
</entry>
<entry/>
Expand All @@ -52,7 +52,7 @@
<entry><type>parent</type></entry>
<entry>
The value must be an &instanceof; the parent of the class
in which the property is defined.
in which the type declaration is used.
Can only be used in classes.
</entry>
<entry/>
Expand Down