about summary refs log tree commit diff stats
path: root/fnl/play.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/play.fnl')
-rw-r--r--fnl/play.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/play.fnl b/fnl/play.fnl
index 45a8fbe..ca84e31 100644
--- a/fnl/play.fnl
+++ b/fnl/play.fnl
@@ -47,4 +47,4 @@ newtable ; -> { :jkl 999 :qrs 147 :tuv 258 }
 (lume.split "diode,capacitor,switch" ",") ; -> ["diode" "capacitor" "switch"]
 
 ;; generate a QUID and return a string representation:
-(lume.uuid) ; -> "d6cce35c-487a-458f-aab2-9032c2621f38"
+(lume.uuid) ; -> "d6cce35c-487a-458f-aab2-9032c2621f38"
\ No newline at end of file