Browse Source

Update ConsoleCommands.fs

Typo in comments.
master
Craig Oates 6 years ago committed by GitHub
parent
commit
a26ac7cd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BrittleFishCore/ConsoleCommands.fs

2
BrittleFishCore/ConsoleCommands.fs

@ -56,7 +56,7 @@
[<Usage "> test 2 ... or ... > test-2">]
let ``test-2``() = "Result: Test 2 working"
(*This works when you enter "test 2" or "test-2".
THIS IS DIFFERENT THaN THE FULL DOT-NET FRAMEWORK VERSION.*)
THIS IS DIFFERENT ThaN THE FULL DOT-NET FRAMEWORK VERSION.*)
[<ListCommand>]
[<Description "Displays a message in the console, signfying the command-method is working.">]

Loading…
Cancel
Save