Skip to content

Commit

Permalink
Name custom projection "Custom" instead of "Manual"
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Oct 11, 2024
1 parent 5d4cf49 commit 6f01a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class CustomProjectionTemplate {
* (3) if neither (1) nor (2) yields a result, the default is used.
*/
export class ${Names.customProjection(language)} implements ${Names.FreProjection} {
name: string = "Manual";
name: string = "Custom";
nodeTypeToBoxMethod: Map<string, (node: ${Names.FreNode}) => ${Names.Box}> =
new Map<string, (node: ${Names.FreNode}) => ${Names.Box}>([
// register your custom box methods here
Expand Down

0 comments on commit 6f01a67

Please sign in to comment.