Skip to content

Commit

Permalink
Update k.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlawler committed Sep 19, 2012
1 parent 8af103f commit c7e1377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k.c
Expand Up @@ -411,7 +411,7 @@ TR DT[] = //Dispatch table is append-only. Reorder/delete/insert breaks backwar
{0, 1, shape,"^",0},
{0, 2, power,"^",0},
{0, 1, enumerate,"!",0},
{0, 2, rotate_mod,"|",0},
{0, 2, rotate_mod,"!",0},
{0, 1, grade_up,"<",0},
{0, 2, less,"<",0},
{0, 1, grade_down,">",0},
Expand Down

0 comments on commit c7e1377

Please sign in to comment.