Skip to content

Commit 0cc6493

Browse files
authored
Merge pull request #1118 from ashikeelahi3/develop
Update r.json
2 parents cf0d320 + 32602a0 commit 0cc6493

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/r.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
"code": "x[-4]"
144144
},
145145
{
146-
"definition": "ভেক্টর হতে দ্বিতীয় চতূর্থ এলিমেন্ট সিলেক্ট",
146+
"definition": "ভেক্টর হতে দ্বিতীয় থেকে চতূর্থ এলিমেন্ট সিলেক্ট",
147147
"code": "x[2:4]"
148148
},
149149
{
150-
"definition": "ভেক্টর হতে দ্বিতীয় চতুর্থ এলিমেন্ট বাদে বাকি সব সিলেক্ট",
150+
"definition": "ভেক্টর হতে দ্বিতীয় থেকে চতুর্থ এলিমেন্ট বাদে বাকি সব সিলেক্ট",
151151
"code": "x[-(2:4)]"
152152
},
153153
{

0 commit comments

Comments
 (0)