Skip to content

Commit

Permalink
Glueing -> gluing (oscar-system#3527)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Mar 19, 2024
1 parent 99e5fee commit a84fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AlgebraicGeometry/Schemes/IdealSheaves.jl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ end
Y = subscheme(II + H)
U = affine_charts(Y)
@test length(U) == 2
f, g = glueing_morphisms(Y[1][U[1], U[2]])
f, g = gluing_morphisms(Y[1][U[1], U[2]])
A = domain(f)
B = domain(g)
@test isempty(A)
Expand Down

0 comments on commit a84fffe

Please sign in to comment.