You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/clojure/pprint/CommonLispFormat.markdown
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This implementation for clojure has the following goals:
11
11
* Support the full feature set of the Common Lisp format function (including the X3J13 extensions) with the only exception being concepts that make no sense or are differently interpreted in Clojure.
12
12
* Make porting code from Common Lisp easier.
13
13
* Provide a more native feeling solution for Clojure programmers than the Java format method and its relatives.
14
-
* Be fast. This includes the ability to precompile formats that are going to be used reptitively.
14
+
* Be fast. This includes the ability to precompile formats that are going to be used repetitively.
15
15
* Include useful error handling and comprehensive documentation.
16
16
17
17
## Why would I use cl-format?
@@ -180,7 +180,7 @@ There are some more examples in the pretty print examples gallery at
180
180
http://github.com/tomfaulhaber/pprint-examples:
181
181
182
182
* hexdump - a program that uses cl-format to create a standard formatted hexdump of the requested stream.
183
-
* multiply - a function to show a formatted multipication table in a very "first-order" way.
183
+
* multiply - a function to show a formatted multiplication table in a very "first-order" way.
184
184
* props - the show-props example shown above.
185
185
* show_doc - some utilities for showing documentation from various name spaces.
0 commit comments