From f858546fa5638e7ed412eb0d2c7ffc6a2aec4f6d Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Mon, 13 Nov 2023 08:23:38 -0600 Subject: [PATCH] Fix typo in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71fd4b..d5af65f 100644 --- a/README.md +++ b/README.md @@ -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