Skip to content

Commit

Permalink
fixed a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud authored and d-torrance committed Dec 16, 2024
1 parent 9ae8343 commit 890ccae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions M2/Macaulay2/packages/NumericalSemigroups.m2
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ apery List := HashTable => L -> (
a := 0; -- number of keys already filled in A
S := set L + set{0}; -- S will hold all the semigroup elmeents found, including 0

--now look for new Apery set elememts and semigroup elements until
--now look for new Apery set elements and semigroup elements until
--all the keys have been filled.
s := m;
while a < m-1 do(
Expand Down Expand Up @@ -2797,7 +2797,7 @@ Inputs
g:ZZ
genus
m:ZZ
mutiplicity
multiplicity
c:ZZ
conductor
Outputs
Expand Down
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/PencilsOfQuadrics.m2
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ doc ///
Text
A vector bundle on a hyperelliptic curve E with
equation y^2 - (-1)^g * f
can be represeted by it's pushforward V to PP^1,
can be represented by it's pushforward V to PP^1,
under the degree 2 map,
which will be a vector bundle of twice the rank,
together with a matrix
Expand Down
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/Permutations/docs.m2
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ doc ///
extend
(extend, Permutation, ZZ)
Headline
rewrites a permutation as a permution on more symbols
rewrites a permutation as a permutation on more symbols
Usage
extend(w,n)
Inputs
Expand Down

0 comments on commit 890ccae

Please sign in to comment.