Make all bullet point items uppercase (#2257)

This commit is contained in:
Joseph T. Lyons
2020-07-25 14:15:12 -04:00
committed by GitHub
parent e66a8258ec
commit 4347339e9a
3 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@ Syntax: `alias {flags} <name> [<parameters>] {<body>}`
The command expects three parameters:
* the name of alias
* the parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
* the body of the alias as a `{...}` block
* The name of alias
* The parameters as a space-separated list (`[a b ...]`), can be empty (`[]`)
* The body of the alias as a `{...}` block
## Flags

View File

@ -6,8 +6,8 @@ This command supports the following operations -
operations:
* binary operators: +, -, *, /, % (remainder), ^ (power)
* unary operators: +, -, ! (factorial)
* Binary operators: +, -, *, /, % (remainder), ^ (power)
* Unary operators: +, -, ! (factorial)
functions: