Skip to content

Commit 18b6313

Browse files
committed
fixes docu for decomposition
1 parent 9b205e3 commit 18b6313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/decomposition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The implemented algorithm is the one given in [this paper](https://arxiv.org/abs
2828

2929
```@docs
3030
equidimensional_decomposition(
31-
I::Ideal{T},
31+
I::Ideal{T};
3232
info_level::Int=0
3333
) where {T <: MPolyRingElem}
3434
```

0 commit comments

Comments
 (0)