Skip to content

Commit

Permalink
use standard heredoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrouch committed Feb 19, 2018
1 parent 6e90649 commit e5f4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edits.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "A collection of edit distance algorithms."
spec.description = <<~DESCRIPTION
spec.description = <<-DESCRIPTION
Edit distance algorithms including Levenshtein,
Restricted Edit (Optimal Alignment) and Damerau-Levenshtein distances,
and Jaro & Jaro-Winkler similarity.
Expand Down

0 comments on commit e5f4b88

Please sign in to comment.