Skip to content

Commit 8c850b8

Browse files
authored
Review ReleaseTooling Utils Sources (#13395)
1 parent 6c4e5df commit 8c850b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/Utils/String+Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public extension String {
2121
/// Finds and returns the ranges of all occurrences of a given string within a given range of the
2222
/// String, subject to given options,
2323
/// using the specified locale, if any.
24-
/// - Returns: An an optional array of ranges where each range corresponds to an occurence of the
24+
/// - Returns: An an optional array of ranges where each range corresponds to an occurrence of the
2525
/// substring in the given string.
2626
func ranges<T: StringProtocol>(of substring: T, options: CompareOptions = .literal,
2727
locale: Locale? = nil) -> [Range<Index>] {

0 commit comments

Comments
 (0)