Skip to content

Commit 23cec9e

Browse files
authored
Fixed broken link in playground examples : this.ts (#3174)
1 parent 57ac2f7 commit 23cec9e

File tree

1 file changed

+1
-1
lines changed
  • packages/playground-examples/copy/en/JavaScript/Working With Classes

1 file changed

+1
-1
lines changed

packages/playground-examples/copy/en/JavaScript/Working With Classes/This.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ customObjectTryingToChangeThis.print();
8888

8989
// You can learn more about that in the handbook:
9090
//
91-
// https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypet
91+
// https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypetype

0 commit comments

Comments
 (0)