Skip to content

Commit

Permalink
Merge pull request #985 from Kevin-Mattheus-Moerman/patch-1
Browse files Browse the repository at this point in the history
Typo fix in dimensions.jl
  • Loading branch information
lrennels authored Mar 8, 2024
2 parents 3495b52 + e624176 commit 1bdbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dimensions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1bdbc78

Please sign in to comment.