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 6f01a67 commit 2b0e3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const OPERAND_COLUMN = 2;
*/

export class CustomExampleProjection implements FreProjection {
name: string = "manual";
name: string = "Custom";

constructor(name?: string) {
if (!!name) {
Expand Down

0 comments on commit 2b0e3df

Please sign in to comment.