Skip to content

Commit 8155e11

Browse files
heckjd-ronnqvist
andauthored
Update Sources/docc/DocCDocumentation.docc/adding-code-snippets-to-your-content.md
Co-authored-by: David Rönnqvist <[email protected]>
1 parent 1da9919 commit 8155e11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/docc/DocCDocumentation.docc/adding-code-snippets-to-your-content.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ YourProject
6262
etc...
6363
```
6464

65-
> Note: Snippets are a package-wide resource, and package manager compiles each snippet into its own module.
66-
> As such, the `Snippets` directory is separate from documentation catalogs, located with each target's source files.
65+
> Note: Snippets are a package-wide resource located in a "Snippets" directory next to the package's "Sources" and "Tests" directories.
6766
6867
The following example illustrates a code example in the file `Snippets/example-snippet.swift`:
6968

0 commit comments

Comments
 (0)