Skip to content

Commit 3cc2c00

Browse files
committed
fix typo in show
1 parent 30f440e commit 3cc2c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/gradedspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ end
230230
function Base.show(io::IO, ::MIME"text/plain", V::GradedSpace)
231231
# print small summary, e.g.: Vect[I](…) of dim d
232232
d = dim(V)
233-
print(io, type_repr(typeof(d)), "(…)")
233+
print(io, type_repr(typeof(V)), "(…)")
234234
isdual(V) && print(io, "'")
235235
print(io, " of dim ", d)
236236

0 commit comments

Comments
 (0)