Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed May 28, 2020
1 parent 0a9c77b commit 4a6cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Enums.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end
`BaseType`, which defaults to [`Int32`](@ref), must be a primitive subtype of `Integer`.
Member values can be converted between the enum type and `BaseType`. `read` and `write`
perform these conversions automatically. In case, the default `BaseType` is not used,
the `Base.Enums.basetype(value1)` function returns `BaseType`.
the `Base.Enums.basetype(EnumName)` function returns `BaseType`.
To list all the instances of an enum use `instances`, e.g.
Expand Down

0 comments on commit 4a6cb23

Please sign in to comment.