Skip to content

Commit

Permalink
Remove field parameter from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Sep 27, 2023
1 parent 8f869b9 commit dd4c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/cartesianspace.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
struct CartesianSpace <: ElementarySpace{ℝ}
struct CartesianSpace <: ElementarySpace
A real Euclidean space `ℝ^d`, which is therefore self-dual. `CartesianSpace` has no
additonal structure and is completely characterised by its dimension `d`. This is the
Expand Down

0 comments on commit dd4c145

Please sign in to comment.