From c2dd66c7bd1b20eaca3c443db8b5c94a636e42b9 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 30 Jul 2013 10:35:55 -0700 Subject: [PATCH] Correct spelling in ns doc --- src/frak.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frak.clj b/src/frak.clj index a6d01c1..115d54d 100644 --- a/src/frak.clj +++ b/src/frak.clj @@ -1,5 +1,5 @@ (ns frak - "Generate regulare expressions from collections of strings." + "Generate regular expressions from collections of strings." (:require [clojure.string :as s])) ;;;; Utilities -- 2.25.1