Skip to content

Commit d58343e

Browse files
committed
CLAUDE.md: Fix markdown format
1 parent 7b00620 commit d58343e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Performance, execution cost, and interpreter compatibility are critical.
2323
- Warn about potential issues such as potential performance regressions in hot paths.
2424
- Warn about potentially incorrect code when introducing new idioms involving stack-based constructions.
2525
- Do not assume GhostScript-only execution. Assume modern implementation limit, and warn when approaching those limits:
26-
- Integer representation may be 32- or 64-bit. Do not assume overflow or promotion at 32-bit.
27-
- Maximum of 65535 entries within dictionaries, arrays, and on the stack. (Assume user might already have entries on the stack.)
28-
- Maximum string length is 65535 characters.
26+
- Integer representation may be 32- or 64-bit. Do not assume overflow or promotion at 32-bit.
27+
- Maximum of 65535 entries within dictionaries, arrays, and on the stack. (Assume user might already have entries on the stack.)
28+
- Maximum string length is 65535 characters.
2929

3030

3131
## AI Observations

0 commit comments

Comments
 (0)