Skip to content

Commit

Permalink
Review ReleaseTooling Utils Sources (#13395)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Jul 25, 2024
1 parent 6c4e5df commit 8c850b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseTooling/Sources/Utils/String+Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public extension String {
/// Finds and returns the ranges of all occurrences of a given string within a given range of the
/// String, subject to given options,
/// using the specified locale, if any.
/// - Returns: An an optional array of ranges where each range corresponds to an occurence of the
/// - Returns: An an optional array of ranges where each range corresponds to an occurrence of the
/// substring in the given string.
func ranges<T: StringProtocol>(of substring: T, options: CompareOptions = .literal,
locale: Locale? = nil) -> [Range<Index>] {
Expand Down

0 comments on commit 8c850b8

Please sign in to comment.