Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 19, 2023
1 parent e3cb224 commit 2f94bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Measurements.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Return a `Measurement` object with `val` as nominal value and `err` as
uncertainty. `err` defaults to 0 if omitted.
The binary operator `±` is equivalent to `measurement`, so you can construct a
`Measurement` object by explicitely writing `123 ± 4`.
`Measurement` object by explicitly writing `123 ± 4`.
If `val` is `missing`, `missing` is returned.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/derivatives-type.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
### Commentary:
#
# This file containes the definition of Derivatives type. This is borrowed from
# This file contains the definition of Derivatives type. This is borrowed from
# Base.ImmutableDict type (see base/dict.jl in Julia source code), introduced in
# Julia 0.5. `get' and `getindex' have methods different from those of the
# standard Base.ImmutabileDict, otherwise Derivatives and Base.ImmutableDict
Expand Down

0 comments on commit 2f94bd0

Please sign in to comment.