We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a9056 commit 025f827Copy full SHA for 025f827
1 file changed
data/java-cheat-sheet.json
@@ -143,7 +143,7 @@
143
"code": "strine_name.length()"
144
},{
145
"definition": "স্ট্রিং ফর্ম্যাট",
146
- "code": "String ageString = String.format(\"I am %d years old.\",myAge);"
+ "code": "String.format(\"I am %d years old.\",myAge);"
147
148
"definition": "স্ট্রিং এর i ইন্ডেক্সের ক্যারেক্টার",
149
"code": "string_name.charAt(i)"
0 commit comments