From bb910f984edd8080e5fe1d1b34a7dfec7ac9d785 Mon Sep 17 00:00:00 2001 From: Samy Pesse Date: Sun, 8 May 2016 22:26:46 +0200 Subject: [PATCH] Improve comment for API summary.walk --- lib/api/encodeSummary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/encodeSummary.js b/lib/api/encodeSummary.js index f1a7d971f..0d66ded49 100644 --- a/lib/api/encodeSummary.js +++ b/lib/api/encodeSummary.js @@ -10,7 +10,7 @@ var encodeSummaryArticle = require('../json/encodeSummaryArticle'); function encodeSummary(output, summary) { var result = { /** - Iterate over the summary + Iterate over the summary, it stops when the "iter" returns false @param {Function} iter */