Skip to content

Commit 4440616

Browse files
committed
Fix markdown consistency issues
1 parent f72695c commit 4440616

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LANGUAGE_PARITY_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This matrix tracks module and checkpoint parity across C++, C#, Go, Python, and TypeScript.
44

55
- Canonical order is defined by the C++ track.
6-
- Module and checkpoint parity now reach `04-expert` across all active tracks.
6+
- C++, C#, Go, and Python now reach module and checkpoint parity through `04-expert`.
77
- TypeScript is the newest incremental track with `01-foundations` implemented first.
88
- Status labels:
99
- `Done`: module implemented with example, exercises, and README.

languages/typescript/01-foundations/types-and-io/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ node build/typescript/01-foundations/types-and-io/example/main.js
3232
## Exercise Focus
3333

3434
- exercises/01.ts: read N numbers and print sum, average, minimum, and maximum.
35-
- exercises/02.ts: parse product price quantity and print a formatted invoice line.
35+
- exercises/02.ts: parse product name, price, and quantity and print a formatted invoice line.
3636

3737
### Exercise Specs
3838

@@ -42,7 +42,7 @@ node build/typescript/01-foundations/types-and-io/example/main.js
4242
- Edge cases: N <= 0 should print an error; decimal input should still work.
4343

4444
2. exercises/02.ts
45-
- Input: one line with product price quantity.
45+
- Input: one line with product name, price, and quantity.
4646
- Output: product name, quantity, price, and total.
4747
- Edge cases: quantity 0 should produce total 0; invalid price should print an error.
4848

scripts/automation_manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"path": "LANGUAGE_PARITY_MATRIX.md",
171171
"markers": [
172172
"- Canonical order is defined by the C++ track.",
173-
"- Module and checkpoint parity now reach `04-expert` across all active tracks.",
173+
"- C++, C#, Go, and Python now reach module and checkpoint parity through `04-expert`.",
174174
"- TypeScript is the newest incremental track with `01-foundations` implemented first.",
175175
"`04-expert` projects and assessments are now implemented across C#, Go, and Python.",
176176
"| types-and-io | Done | Done | Done | Done | Done |",

0 commit comments

Comments
 (0)