Skip to content

Commit 6da3e85

Browse files
Merge branch 'master' into repl4
2 parents 30d8ece + 57c68c1 commit 6da3e85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/samples/games/ants.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ let rec update () =
633633
| Some winner ->
634634
updateInput "secondline" (sprintf "The winner is: %s" winner) |> ignore
635635

636-
update ()
636+
update ()

public/samples/games/undertone.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ let baaBaaBlackSheepChorus =
382382
yield! makeNote crotchet Note.D
383383
yield! makeNote crotchet Note.C }
384384

385-
Html.loadSound baaBaaBlackSheepChorus
385+
Html.loadSound baaBaaBlackSheepChorus

0 commit comments

Comments
 (0)