Skip to content
Snippets Groups Projects
Commit 0bf73905 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Corrected another minor typo in a code comment.

parent 38ab4851
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ export class Monoid { ...@@ -11,7 +11,7 @@ export class Monoid {
} }
} }
// Likewise, we not only give an ordered monoid a way to compare its summaries (combineSummaries), we also include a function (summarizePosition) to convert // Likewise, we not only give an ordered monoid a way to compare its summaries (compareSummaries), we also include a function (summarizePosition) to convert
// from a position type to the summary type. That way, leafy trees can have one type for positions and a different type for summaries. (Yet again, if // from a position type to the summary type. That way, leafy trees can have one type for positions and a different type for summaries. (Yet again, if
// different types are not required, then summarizePosition can just be set to the identity function.) // different types are not required, then summarizePosition can just be set to the identity function.)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment