summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/lisp-esque.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index e06f46e..99d1486 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -196,14 +196,14 @@
; In this example (resolution:encoding) only has one argument,
; it applies all day long on each colour curve.
#(resolution:encoding :eval i_size) ### -- ADVANCED LEVEL --
- ; This evaluated into:
+ ; This is evaluated into:
; (resolution:encoding 256)
; (resolution:output) in this example one argument that is
; a tuple of three values which represent red, green, and
; blue respectively. Because it is only one argument it
; applies all day long as well.
#(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL --
- ; This evaluated into:
+ ; This is evaluated into:
; (resolution:output (65535 65535 65535))
; As always you can control the monitors individually:
; (resolution:output (:eval ((o_size o_size o_size) (o_size o_size o_size))))