From c5a7b5ad46fb43013cfae6fe8dd3cce095c7c1bf Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Thu, 26 May 2022 18:06:37 -0400 Subject: [PATCH] Add a little comment --- src/ludus/scanner.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ludus/scanner.clj b/src/ludus/scanner.clj index c9861ee..a0a0363 100644 --- a/src/ludus/scanner.clj +++ b/src/ludus/scanner.clj @@ -31,7 +31,7 @@ ;; below here, probable ;; actor model/concurrency "receive" ::token/receive - "self" ::token/self + "self" ::token/self ;; maybe not necessary? "send" ::token/send "spawn" ::token/spawn "to" ::token/to