Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stock <[email protected]>
  • Loading branch information
lukebemish and sostock authored Oct 19, 2021
1 parent 49e81e5 commit 4787813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ displayed in an abbreviated format. If `tf == true`, this macro generates symbol
for every power of ten of the unit, using the standard SI prefixes. A `dimension`
must be given ([`Unitful.Dimensions`](@ref) object) that specifies the dimension
of the reference unit. If `autodocs == true`, autogenerated docstrings for
SI-prefixed units will be added. This option has no effect when 'autodocs == false'.
SI-prefixed units will be added. This option has no effect when 'tf == false'.
!!! compat "Unitful 1.10"
Documenting the resulting unit by adding a docstring before the `@refunit` call requires
Expand Down Expand Up @@ -236,7 +236,7 @@ Define a unit. Rather than specifying a dimension like in [`@refunit`](@ref),
`equals` should be a [`Unitful.Quantity`](@ref) equal to one of the unit being
defined. If `tf == true`, symbols will be made for each power-of-ten prefix.
If `autodocs == true`, autogenerated docstrings for SI-prefixed units will be added.
This option has no effect when `autodocs == false`.
This option has no effect when `tf == false`.
!!! compat "Unitful 1.10"
Documenting the resulting unit by adding a docstring before the `@unit` call requires
Expand Down

0 comments on commit 4787813

Please sign in to comment.