Commit c83e2d6
committed
chore: drop server-internal terminology from public-facing artifacts
Public docstrings, comments, and test method names previously leaked
server-side implementation hints (the V3 form / model-level / form-
level distinction, V35 short-form tag) that exposed engine details
beyond the API contract. Rephrase them to describe externally
observable server behaviour only — 'the server returns 422 for ...'
in place of 'the server's V3 form rejects (model-level/form-level)' —
and rename the V35 test method to a name that describes the test's
behaviour rather than a server-internal version label.1 parent 70a08ad commit c83e2d6
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
| 296 | + | |
| 297 | + | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments