Skip to content

Commit ead327d

Browse files
authored
Fix integral doc (#129)
1 parent 0748b20 commit ead327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operators/banded/CalculusOperator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Integral(::Space,::Int)
276276
Integral(::Space)
277277

278278
"""
279-
Integral(k)` represents the `k`-th integral, acting on an unset space.
279+
`Integral(k)` represents the `k`-th integral, acting on an unset space.
280280
Spaces will be inferred when applying or manipulating the operator.
281281
"""
282282
Integral(k)

0 commit comments

Comments
 (0)