Skip to content

Commit 27d54a2

Browse files
authored
Typing mistake correction
1 parent cf5398b commit 27d54a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/golang.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"code": "a := 45 \n fmt.Printf(\"%T\", a) \n // int"
122122
},
123123
{
124-
"definition": "ইন্টিজারকে ফ্ল্যোট এ রূপান্তর করাs",
124+
"definition": "ইন্টিজারকে ফ্ল্যোট এ রূপান্তর করা",
125125
"code": "var i int = 45 \n var j float 32 \n j = float32(i)"
126126
},
127127
{
@@ -354,4 +354,4 @@
354354
]
355355
}
356356
]
357-
}
357+
}

0 commit comments

Comments
 (0)