From: fennecdjay Date: Wed, 20 Nov 2019 16:18:27 +0000 (+0100) Subject: :art: Fix operator in example X-Git-Tag: nightly~2096 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=90e823c26bf1b9980b4197e83caada01410b5153;p=gwion.git :art: Fix operator in example --- diff --git a/examples/trig.gw b/examples/trig.gw index 17485386..772e7085 100644 --- a/examples/trig.gw +++ b/examples/trig.gw @@ -1,3 +1,3 @@ SinOsc s :=> Dtrig dtrig => blackhole; second => now; -s ]=< dtrig; +s :=< dtrig;