Skip to content

Commit 587c79b

Browse files
committed
Fix plurals
Incorporates feedback from Slava Pestov <[email protected]>
1 parent 3c54f68 commit 587c79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Misc.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ func _rethrowsViaClosure(_ fn: () throws -> ()) rethrows {
176176
/// You don't generally need to write an explicit conformance to `Copyable`.
177177
/// The following places implicitly include `Copyable` conformance:
178178
///
179-
/// * Structures declarations,
179+
/// * Structure declarations,
180180
/// unless it has a noncopyable stored property
181-
/// * Enumerations declarations,
181+
/// * Enumeration declarations,
182182
/// unless it has a case whose associated value isn't copyable
183183
/// * Class declarations
184184
/// * Actor declarations

0 commit comments

Comments
 (0)