Skip to content

Commit fd1797b

Browse files
authored
Fix formatting in CLAUDE.md
1 parent 453620e commit fd1797b

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
@@ -178,14 +178,14 @@ Each resource source file has a similar structure:
178178
- Exported by the resource and called on demand
179179
- Uses immediate references to static data
180180
- Calls lazy initialisation procedure
181-
- Makes use of any named FIFO caches by executing their `fetch` method
181+
- Makes use of any named FIFO caches by executing their `fetch` method
182182
- Bind the main procedure whilst inhibiting binding of non-standard operators defined on some RIPs, i.e. `barcode`
183183

184184
9. **Resource definition**
185185
- Define the main procedure as a resource
186186

187187
10. **Allocation mode restore**
188-
- Return to previous defaults
188+
- Return to previous defaults
189189

190190

191191
### Encoder Metadata

0 commit comments

Comments
 (0)