From 3d9c70a2b040fe9c21acab9ad895e1fc1ae788ca Mon Sep 17 00:00:00 2001 From: Federico Galetto Date: Sat, 5 Nov 2022 21:39:54 -0400 Subject: [PATCH] spellcheck docs --- Jets.m2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jets.m2 b/Jets.m2 index 240f9fc..2756b93 100644 --- a/Jets.m2 +++ b/Jets.m2 @@ -699,7 +699,7 @@ Node Text This function is provided by the package @TO Jets@. Rings are constructed incrementally as towers. The function returns the - ring with variables in the jets order requested, and coeffients + ring with variables in the jets order requested, and coefficients in all lower orders. The grading or multigrading of the jets ring follows from that of the base ring. Example @@ -1106,7 +1106,7 @@ Node GS = jetsRadical(1,I); netList sort MP_* | netList sort GS_* Text - An ideal with genereators which are not squarefree: + An ideal with generators which are not squarefree: Example R = QQ[x,y,z] I = ideal(x*y^2, z*x, x^3)