From de770c026a2e023f7be31f2ef1fa5c874578fe29 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 20 Jun 2015 07:27:11 +0100 Subject: Document options/settings data model. --- lib/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/settings.coffee b/lib/settings.coffee index ca6cef89..5955e8ae 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -1,5 +1,5 @@ -# A "setting" is a stored key/value pair. An "option" is setting which has a default value and whose value +# A "setting" is a stored key/value pair. An "option" is a setting which has a default value and whose value # can be changed on the options page. # # Option values which have never been changed by the user are in Settings.defaults. -- cgit v1.2.3