Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joebez committed Jan 5, 2024
1 parent b327eaa commit e055eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HyphenableText/HyphenableText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public extension String {

/// Split the string using space as a separator and, for those substrings
/// whose lengths are greater than or equal to minimumWordLength,
/// replace them with a softHyphenated version..
/// replace them with a softHyphenated version.
///
/// - note: This assumes that words are delineated by
/// space characters, which may not be correct for all locales where
Expand Down

0 comments on commit e055eba

Please sign in to comment.