Skip to content

Commit 055a34c

Browse files
authored
Merge pull request #1168 from SMNAFI/cSharp-method-fix
Fix incorrect method for finding the last occurrence of a character
2 parents b458ad2 + b4656c6 commit 055a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/c-sharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
},
240240
{
241241
"definition": "একটি নির্দিষ্ট ক্যারেক্টার সর্বশেষ কতো নাম্বার ইন্ডেক্সে অবস্থিত বের করা",
242-
"code": "str.IndexOf('l');"
242+
"code": "str.LastIndexOf('l');"
243243
},
244244
{
245245
"definition": "নির্দিষ্ট ক্যারেক্টার রিপ্লেস করা",

0 commit comments

Comments
 (0)