From a2ba719318d3895303e0d3c35573b486ce0c3173 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Mon, 16 Sep 2013 09:55:43 -0400 Subject: [PATCH] tweak docstring --- src/clj/cljs/source_map.clj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/clj/cljs/source_map.clj b/src/clj/cljs/source_map.clj index 5983c94ac7..9b115dbc52 100644 --- a/src/clj/cljs/source_map.clj +++ b/src/clj/cljs/source_map.clj @@ -206,9 +206,10 @@ ;; Merging (defn merge-source-maps - "Merge an internal source map representation of ClojureScript with - an internal source map representation of Google Closure Compiler - optimization." + "Merge an internal source map representation of a single + ClojureScript file with an internal source map representation of + the generated JavaScript file that underwent Google Closure + Compiler optimization." [cljs-map closure-map] (loop [line-map-seq (seq cljs-map) new-lines (sorted-map)] (if line-map-seq