From c0e042aeb5df6a14d110b4e5a6e91754f143cf33 Mon Sep 17 00:00:00 2001 From: spiralcat <41260899+aaaaaaMao@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:57:11 +0800 Subject: [PATCH] Minor fixes (#86) fix format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a364338..6184699 100644 --- a/README.md +++ b/README.md @@ -2872,7 +2872,7 @@ The constructor is defined using the `constructor` keyword. It takes name and ag The class has a `public` method named sayHi that logs a greeting message. -To create an instance of a class in TypeScript, you can use the `new` keyword followed by the class name, followed by parentheses `()``. For instance: +To create an instance of a class in TypeScript, you can use the `new` keyword followed by the class name, followed by parentheses `()`. For instance: ```typescript