Skip to content

Commit 37d2f51

Browse files
authored
Use parenthesis instead of comma for examples inside an already comma-separated list (#1315)
rdar://78883355
1 parent a1a8f7c commit 37d2f51

File tree

1 file changed

+2
-2
lines changed
  • Sources/docc/DocCDocumentation.docc/Reference Syntax/Tutorials Syntax/Top-Level Directives/Tutorial

1 file changed

+2
-2
lines changed

Sources/docc/DocCDocumentation.docc/Reference Syntax/Tutorials Syntax/Top-Level Directives/Tutorial/Section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Displays a grouping of text, images, and tasks on a tutorial page.
1111

1212
## Overview
1313

14-
Use a `Section` directive to show a unit of work that consists of text, media, for example images and videos, and tasks on a tutorial page. A tutorial page must includes one or more sections.
14+
Use a `Section` directive to show a unit of work that consists of text, media (for example images and videos), and tasks on a tutorial page. A tutorial page must includes one or more sections.
1515

1616
![A screenshot showing a section on a tutorial page. The section includes text, an image, and coding steps.](1)
1717

@@ -79,4 +79,4 @@ The following pages can include sections:
7979
8080
- ``Stack``
8181
82-
<!-- Copyright (c) 2021 Apple Inc and the Swift Project authors. All Rights Reserved. -->
82+
<!-- Copyright (c) 2021-2025 Apple Inc and the Swift Project authors. All Rights Reserved. -->

0 commit comments

Comments
 (0)