Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaclair committed Nov 21, 2023
1 parent 4cca72e commit b2226fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixSchubert/permutationMethodsDOC.m2
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ doc ///
w:List
Description
Text
Given permutation in 1-line notation, lists the locatio of its descents, i.e., the least $i$ so that $w_{i+1}<w_i$.
Given permutation in 1-line notation, lists the location of its descents, i.e., the least $i$ so that $w_{i+1}<w_i$.
Example
w = {7,2,5,8,1,3,6,4}
descentSet w
Expand Down

0 comments on commit b2226fd

Please sign in to comment.