Skip to content

Commit 2b34126

Browse files
authored
Merge pull request #89 from ederc/decomp-docu-fix
fixes docu for decomposition
2 parents 9b205e3 + 18b6313 commit 2b34126

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)