Skip to content

Commit

Permalink
Fix typo in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Nov 13, 2023
1 parent d3d6a84 commit f858546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ a different name.
By default, the name of the type is `T`, but it may be overridden by choosing
using the keyword option `T = new_name` as the first argument:
```julia
julia> @bitflag T=type HyperbolicTrigFunctions sinh cosh tanh csch sech coth
julia> @bitflagx T=type HyperbolicTrigFunctions sinh cosh tanh csch sech coth

julia> HyperbolicTrigFunctions.tanh
tanh::HyperbolicTrigFunctions.type = 0x00000004
Expand Down

0 comments on commit f858546

Please sign in to comment.