summaryrefslogtreecommitdiffhomepage
path: root/hu-hu
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-19 04:34:47 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-19 04:34:47 -0700
commitf56f80dd803b24a5c7fdc96e97d855129563e671 (patch)
tree5e3e1681eed5b5a9d39c251146076371f8a94dbe /hu-hu
parent0f69e0cddb727aaf88a04831cd0cce2231030ad2 (diff)
[typescript/*] Use ts for typescript syntax
Diffstat (limited to 'hu-hu')
-rw-r--r--hu-hu/typescript-hu.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hu-hu/typescript-hu.html.markdown b/hu-hu/typescript-hu.html.markdown
index 96fdc7c3..d0a2bd1c 100644
--- a/hu-hu/typescript-hu.html.markdown
+++ b/hu-hu/typescript-hu.html.markdown
@@ -16,7 +16,7 @@ Ez a dokumentum a TypeScript által hozzáadott új szintaxissal foglalkozik, ne
Hogy kipróbáld a TypeScript fordítót, látogass el a [Játszótérre avagy Playground-ra](https://www.typescriptlang.org/Playground) ahol kódot írhatsz automatikus kódkiegészítéssel, és közvetlenül láthatod az előállított JavaScript kódot.
-```js
+```ts
// 3 alapvető típus létezik TypeScriptben
var isDone: boolean = false;
var lines: number = 42;