Skip to content

Commit

Permalink
Update experimental/IntersectionTheory/src/blowup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <[email protected]>
  • Loading branch information
wdecker and lgoettgens authored Oct 7, 2024
1 parent 01cca24 commit 544d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/IntersectionTheory/src/blowup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More precisely, return a tuple `(gs, PM, sect)`, say, where
The function is implemented so that the last element of `gs` is `one(B)`.
# Examples
```
```jldoctest
julia> RA, (h,) = polynomial_ring(QQ, [:h]);
julia> A, _ = quo(RA, ideal(RA, [h^9]));
Expand Down

0 comments on commit 544d363

Please sign in to comment.