Skip to content

Commit 3965f19

Browse files
committed
fixed | java-sheet-issue:console.log()
1 parent ffb5b47 commit 3965f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/java-cheat-sheet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
"code": "[x,y]=[y,x];"
106106
},
107107
{
108-
"code": "consol.log(x) //10;"
108+
"code": "System.out.println(x); //10;"
109109
},
110110
{
111-
"code": "consol.log(y) //5"
111+
"code": "System.out.println(y); //5"
112112
}
113113
]
114114
},

0 commit comments

Comments
 (0)