diff --git a/BrittleFish/ConsoleCommands.fs b/BrittleFish/ConsoleCommands.fs index 72c3309..7fcd7ff 100644 --- a/BrittleFish/ConsoleCommands.fs +++ b/BrittleFish/ConsoleCommands.fs @@ -47,9 +47,9 @@ // this is fine AND SWEET! let ``test 4`` = "Hi there" - // this only works when you type "test-5" not ideal but better then nothing + // this only works when you type "test 5" not ideal but better then nothing let ``test-5`` = "Hi there" - // this is also fine... f# does open things up a bit more than C#... SWEET! + // This also works... let """test 6""" = "Hi there"