Skip to content

Commit 63cf9b8

Browse files
author
Jackson Kearl
committed
1 parent 24af01a commit 63cf9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcome/walkThrough/browser/editor/vs_code_editor_walkthrough.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Errors and warnings are highlighted as you edit your code with squiggles. In th
140140
Console.log(add(1, 1.5));
141141
142142
143-
function Add(a : Number, b : Number) : Int {
143+
function Add(a, b)
144144
return a + b;
145145
}
146146
|||

0 commit comments

Comments
 (0)