Skip to content

Commit 8553c8d

Browse files
authored
Merge pull request #324 from karoxa3/fix-ts-parametre-properties
fix: correction of a typo
2 parents 591fb5b + 72283a0 commit 8553c8d

File tree

1 file changed

+1
-1
lines changed
  • modules/30-classes/23-parameter-properties/ru

1 file changed

+1
-1
lines changed

modules/30-classes/23-parameter-properties/ru/EXERCISE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
```typescript
55
const file = new CustomFile('open-world.jpeg', 1000);
6-
console.log(file); // open-world.jpeg (1000 bytes)
6+
console.log(file.toString()); // open-world.jpeg (1000 bytes)
77
```

0 commit comments

Comments
 (0)