Skip to content

Commit 2ee8148

Browse files
authored
fix: fixed MultipleChoice symbol in Assessments docs (#1357)
1 parent a3f9fda commit 2ee8148

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tests the reader's knowledge at the end of a tutorial page.
88

99
## Overview
1010

11-
Use the `Assessment` directive to display an assessments section that helps the reader check their knowledge of your Swift framework or package APIs at the end of a tutorial page. An assessment includes a set of multiple-choice questions that you create using the`MultipleChoice`` directive. If the reader gets a question wrong, you can provide a hint that points them toward the correct answer so they can try again.
11+
Use the `Assessment` directive to display an assessments section that helps the reader check their knowledge of your Swift framework or package APIs at the end of a tutorial page. An assessment includes a set of multiple-choice questions that you create using the ``MultipleChoice`` directive. If the reader gets a question wrong, you can provide a hint that points them toward the correct answer so they can try again.
1212

1313
```
1414
@Tutorial(time: 30) {

0 commit comments

Comments
 (0)