Corrected error

This commit is contained in:
Dallon Archibald
2021-01-23 16:54:34 -05:00
parent 5b576a7912
commit ff22e44140
+1 -1
View File
@@ -32,7 +32,7 @@ struct WVM: Codable
let wvms = [
WVM(name: "Factor", desc: "Factor a binomial"),
WVM(name: "RPS", desc: "Win a game of rock paper scissors"),
WVM(name: "Smash", desc: "It'll never truns off"),
WVM(name: "Smash", desc: "It'll never turn off"),
WVM(name: "Walk", desc: "Walk a few steps"),
WVM(name: "Jump", desc: "Make a few jumps")
]