From e624176ff94ffe42e847f61ff4ed9b3472bb5a4e Mon Sep 17 00:00:00 2001 From: Kevin Mattheus Moerman Date: Thu, 7 Mar 2024 09:24:22 +0000 Subject: [PATCH] Update dimensions.jl Fixed minor type `anonymouse` - > `anonymous` (I do really like the sound of anonymouse though! :smile: ) --- src/core/dimensions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dimensions.jl b/src/core/dimensions.jl index 6b326579d..61c59a093 100644 --- a/src/core/dimensions.jl +++ b/src/core/dimensions.jl @@ -141,7 +141,7 @@ end function add_dimension!(comp::AbstractComponentDef, name) Add a dimension of name `name` to `comp`, where the dimension will be `nothing` -unless `name` is an Int in which case we create an "anonymouse" dimension on +unless `name` is an Int in which case we create an "anonymous" dimension on the fly with keys `1` through `count` where `count` = `name`. """ function add_dimension!(comp::AbstractComponentDef, name)