Skip to content

Commit

Permalink
new syntax (#308, #313): rename "in_" function to "in"
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Sep 11, 2024
1 parent e51c5f6 commit e04e613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ cairoStuff =
[ valBDS "clear" "" $ hoistDrawing @A operatorClear
, valBDS "source" "" $ hoistDrawing @A operatorSource
, valBDS "over" "" $ hoistDrawing @A operatorOver
, valBDS "in_" "" $ hoistDrawing @A operatorIn
, valBDS "in" "" $ hoistDrawing @A operatorIn
, valBDS "out" "" $ hoistDrawing @A operatorOut
, valBDS "atop" "" $ hoistDrawing @A operatorAtop
, valBDS "dest" "" $ hoistDrawing @A operatorDest
Expand Down

0 comments on commit e04e613

Please sign in to comment.