Skip to content

Commit 011c859

Browse files
committed
Merge pull request #524 from wmde/grammarz
Improve grammarz and spellingz
2 parents 2dfaa0b + 3cb2282 commit 011c859

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Snak/DerivedPropertyValueSnak.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
/**
1111
* PropertyValueSnak with with derived values attached.
12-
* Derived DataValues can be used to provide infomation, for example, normalized values.
12+
* Derived DataValues can be used to provide information such as normalized values.
1313
*
1414
* Calls to the getType method will indicate that this is a PropertyValueSnak.
1515
*
1616
* Direct serialization of this object will not include the extra derived values.
1717
*
18-
* The hash of this object is not changed by aditional Derived values.
18+
* The hash of this object is not changed by additional Derived values.
1919
* The hash of this object will differ from the PropertyValueSnak of this object.
2020
*
2121
* This object will ->equal other DerivedPropertyValueSnaks with the same base PropertyValueSnak.

0 commit comments

Comments
 (0)