Skip to content

Commit 7667ec9

Browse files
authored
Fix formatting for code snippets in CLAUDE.md
1 parent 0472dbe commit 7667ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Encoder source files contain metadata comments:
150150
% --END ENCODER encodername--
151151
```
152152

153-
REQUIRES lists dependencies of the resource in order. It is used by the build
153+
`REQUIRES` lists dependencies of the resource in order. It is used by the build
154154
system and is API for users that want to assemble the resources into a PS file
155155
prolog.
156156

@@ -163,7 +163,7 @@ language Document Structuring Conventions.
163163

164164
- `BeginResource:` DSC comment contains VM memory usage that is measured by the build system per-resource by pre-loading all dependencies before measurement, so each resource's VMusage reflects only its own consumption.
165165

166-
Monolithic outputs contain comments that feature a "--BEGIN/END TEMPLATE--" marker pair that users can use to splice the relevant contents into the prolog of a PS document.
166+
Monolithic outputs contain comments that feature a `--BEGIN/END TEMPLATE--` marker pair that users can use to splice the relevant contents into the prolog of a PS document.
167167

168168

169169
### Lazy Initialisation Pattern

0 commit comments

Comments
 (0)