Skip to content

Commit

Permalink
tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 16, 2013
1 parent 7479a2f commit a2ba719
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/clj/cljs/source_map.clj
Expand Up @@ -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
Expand Down

0 comments on commit a2ba719

Please sign in to comment.