Skip to content

Commit d0db904

Browse files
authored
Revert "Capitalize the w in with"
This was my error — with should be lowercase in titles.
1 parent e7746b0 commit d0db904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Darwin/Foundation/Foundation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public let NSNotFound: Int = .max
5151
/// be found within the table, `value` is returned. However, `key` is returned
5252
/// instead when `value` is the empty string.
5353
///
54-
/// Export Localizations With Xcode
54+
/// Export Localizations with Xcode
5555
/// -------------------------------
5656
///
5757
/// Xcode can read through a project's code to find invocations of
@@ -154,7 +154,7 @@ public let NSNotFound: Int = .max
154154
/// Since comments aren't localized, multiline string literals can be safely
155155
/// used with `comment`.
156156
///
157-
/// Work With Manually Managed Strings
157+
/// Work with Manually Managed Strings
158158
/// ----------------------------------
159159
///
160160
/// If having Xcode generate strings files from code isn't desired behavior,

0 commit comments

Comments
 (0)