From e19526846fb42e78e162343d1c959ad74a8e077e Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 27 Dec 2017 10:52:12 -0800
Subject: [PATCH] Removed extra comment.

---
 data/sample.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/sample.lua b/data/sample.lua
index 0c9422743..dd90af29d 100644
--- a/data/sample.lua
+++ b/data/sample.lua
@@ -242,7 +242,6 @@ function OrderedList(items)
   return "<ol>\n" .. table.concat(buffer, "\n") .. "\n</ol>"
 end
 
--- Revisit association list STackValue instance.
 function DefinitionList(items)
   local buffer = {}
   for _,item in pairs(items) do