Skip to content

Commit

Permalink
add missing backticks in example
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed May 6, 2024
1 parent 421a82a commit 85b629b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/examples/hello.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//// Prints Hello, <names>!
////
//// USAGE:
//// gleam run -m hello ( single ) [ 1 or more arguments ] [ --caps=<BOOL> --repeat=<INT> ]
//// gleam run -m examples/hello ( single ) [ 1 or more arguments ] [ --caps=<BOOL> --repeat=<INT> ]
////
//// FLAGS:
//// --caps=<BOOL> Capitalize the hello message
Expand All @@ -50,12 +50,13 @@
//// Prints Hello, <name>!
////
//// USAGE:
//// gleam run -m hello single <name> [ --caps=<BOOL> --repeat=<INT> ]
//// gleam run -m examples/hello single <name> [ --caps=<BOOL> --repeat=<INT> ]
////
//// FLAGS:
//// --caps=<BOOL> Capitalize the hello message
//// --help Print help information
//// --repeat=<INT> Repeat the message n-times
//// ```

// stdlib imports
import gleam/io
Expand Down

0 comments on commit 85b629b

Please sign in to comment.