From 4963421cff4d68f1e497ee9ff901aa1a4bf0a20c Mon Sep 17 00:00:00 2001 From: Paul deGrandis Date: Sun, 25 Mar 2012 23:58:18 -0400 Subject: [PATCH] Fixing some doc typos --- src/kibit/check.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kibit/check.clj b/src/kibit/check.clj index 31b9b78..822c7ce 100644 --- a/src/kibit/check.clj +++ b/src/kibit/check.clj @@ -100,7 +100,7 @@ ;; Building results / `simplify-maps` ;; ----------------------------------- -;; See the [core](#kibit-core) namespace for details in simplifying an expression. +;; See the [core](#kibit-core) namespace for details on simplifying an expression. (defn- build-simplify-map "Construct the canonical simplify-map given an expression and a simplified expression." @@ -146,7 +146,7 @@ ;; ;; `:subform` will only report on the subforms. This is most common ;; for standard reporting, and what gets used when Kibit's Leinigen -;; plugin is `:verbose false` +;; plugin is `:verbose false`, the default setting. ;; Map the levels of resolution to the correct combination of `simplify` ;; and `read-seq` functions. @@ -186,7 +186,7 @@ ;; (build-simplify-map expr simplified-expr)] ;; (guard simplify-map)) ;; -;; `simply-fn` is built from: +;; `simplify-fn` is built from: ;; `#((res->simplify resolution) % rules)` (defn- check-aux "Simplify an expression, build a simplify-map, and guard the returning map"