Skip to content

Commit

Permalink
Merge pull request #962 from geekfahim/develop
Browse files Browse the repository at this point in the history
spelling mistake Arr::devide() will be Arr::divide()
  • Loading branch information
sabbirshawon authored Sep 26, 2023
2 parents 3f3d493 + a2784e1 commit 666659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/laravel-framework.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
"code": "Arr::corssJoin()"
},{
"definition": "অ্যারের ভ্যালু এবং কী কে আলাদা আলাদা দুটি অ্যারেতে রূপান্তর করতে",
"code": "Arr::devide()"
"code": "Arr::divide()"
},{
"definition": "ডট নোটেশন এর মাধ্যমে একটি মাল্টিডাইমেনশনাল অ্যারেকে সিঙ্গেল অ্যারেতে রূপান্তর করতে",
"code": "Arr::dot()"
Expand Down

0 comments on commit 666659b

Please sign in to comment.