Skip to content

Commit

Permalink
Fixing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHarltey committed May 14, 2024
1 parent e394c6d commit 28864d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fastenshtein/Fastenshtein.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<Title>Fastenshtein</Title>
<Authors>DanHartley</Authors>
<Description>The one of the fastest Levenshtein distance packages on NuGet. Supports .NET Framework and .NET. Levenshtein calculates the shortest possible distance between two strings. Producing a count of the number of insertions, deletions and substitutions to make one string into another.</Description>
<Description>One of the fastest Levenshtein distance packages on NuGet. Supports .NET Framework and .NET. Levenshtein calculates the shortest possible distance between two strings. Producing a count of the number of insertions, deletions and substitutions to make one string into another.</Description>
<Copyright>Copyright © 2017</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/DanHarltey/Fastenshtein</PackageProjectUrl>
Expand Down

0 comments on commit 28864d6

Please sign in to comment.