Skip to content

Commit 919126d

Browse files
committed
fix(printf): update code example
1 parent 3f25b2c commit 919126d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/php-cheat-sheet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"definition": " স্ট্রিং ফরমেট আকারে প্রিন্ট করা ",
121-
"code": "printf(something)"
121+
"code": "printf('something %s','$string')"
122122
},
123123
{
124124
"definition": "স্ট্রিংয়ের এক বা একাধিক ক্যারেক্টার রিপ্লেস করা",

0 commit comments

Comments
 (0)