Skip to content

Commit 7ed0a8f

Browse files
author
Sabbir Ahmed
authored
Merge pull request #718 from raihaninfo/patch-1
Typing mistake correction
2 parents 23f6fe6 + 27d54a2 commit 7ed0a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/golang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"code": "a := 45 \n fmt.Printf(\"%T\", a) \n // int"
158158
},
159159
{
160-
"definition": "ইন্টিজারকে ফ্ল্যোট এ রূপান্তর করাs",
160+
"definition": "ইন্টিজারকে ফ্ল্যোট এ রূপান্তর করা",
161161
"code": "var i int = 45 \n var j float 32 \n j = float32(i)"
162162
},
163163
{

0 commit comments

Comments
 (0)