git » jacl.git » commit 3121625

improve UNDEFINED comment

author Alan Dipert
2019-11-01 03:21:01 UTC
committer Alan Dipert
2019-11-01 03:21:01 UTC
parent 1656bb32a4772de8e5139fe770665da8a38d134e

improve UNDEFINED comment

jacl.js +1 -1

diff --git a/jacl.js b/jacl.js
index 2dee0c7..34ccb48 100644
--- a/jacl.js
+++ b/jacl.js
@@ -1,4 +1,4 @@
-// Sentinel used in a few places to distinguish from a user-provided value
+// Sentinel used in a few places to indicate absence of a user-provided value
 const UNDEFINED = new Object();
 
 class Cons {