Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typo in the levenshtein-distance docstring.
  • Loading branch information
poppingtonic committed Nov 16, 2013
commit 718c900d8586a8adc6a4930e7795c5b45ce6b032
2 changes: 1 addition & 1 deletion src/clj/clj_diff/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

(defmulti ^{:arglists '([s edit-script])} patch
"Use the instructions in the edit script to transform the sequence s into
a new sequence. If the edit script was created by using diff on a and b then
a new sequence. If the edit script was created by using diff on a and b, then
patch will use the edit script to transform a into b.

(diff a b) -> x, (patch a x) -> b."
Expand Down