Skip to content

Commit 8707ef1

Browse files
Typo Models.rst (#562)
Co-authored-by: t-ober <[email protected]>
1 parent 9c10e6f commit 8707ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readthedocs/models/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Equality Checks
6060
Using :code:`Objects.equals(<QuantityInstanceA>, <QuantityInstanceB>)` is necessary especially for time series data.
6161
As in contrast to all other places, quantity time series from real world data sometimes are not complete and
6262
hence contain missing values. To represent missing values this is the only place where the usage of :code:`null`
63-
is a valid choice and hence needs to be treated accordingly. Please remember that his is only allowed in very few
63+
is a valid choice and hence needs to be treated accordingly. Please remember that this is only allowed in very few
6464
places and you should try to avoid using :code:`null` for quantities or any other constructor parameter whenever possible!
6565
- equality is given if, and only if, the quantities value object and unit are exactly equal. Value objects can become
6666
e.g. :code:`BigDecimal` or :code:`Double` instances. It is important, that the object type is also the same, otherwise

0 commit comments

Comments
 (0)