We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf0d320 + 32602a0 commit 0cc6493Copy full SHA for 0cc6493
1 file changed
data/r.json
@@ -143,11 +143,11 @@
143
"code": "x[-4]"
144
},
145
{
146
- "definition": "ভেক্টর হতে দ্বিতীয় ও চতূর্থ এলিমেন্ট সিলেক্ট",
+ "definition": "ভেক্টর হতে দ্বিতীয় থেকে চতূর্থ এলিমেন্ট সিলেক্ট",
147
"code": "x[2:4]"
148
149
150
- "definition": "ভেক্টর হতে দ্বিতীয় ও চতুর্থ এলিমেন্ট বাদে বাকি সব সিলেক্ট",
+ "definition": "ভেক্টর হতে দ্বিতীয় থেকে চতুর্থ এলিমেন্ট বাদে বাকি সব সিলেক্ট",
151
"code": "x[-(2:4)]"
152
153
0 commit comments