Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 28, 2023
1 parent 9a35cfe commit 7b533d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LANGUAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ Blocks that have intermediate non-bind expressions ignore the values of those ex

Programs are also blocks, but with required open and close parentheses.

#### \_conflicts
#### _conflicts_

- An expression's value will be discard
- There are no expressions
Expand Down Expand Up @@ -815,7 +815,7 @@ Here are some example function definitions:
ƒ accumulate(numbers…•#) numbers.combine(1 ƒ(sum num) sum + num)
```

#### \_conflicts
#### _conflicts_

- The type of the expression is not compatible with the declared type
- Inputs have duplicate names
Expand Down Expand Up @@ -864,7 +864,7 @@ moomy: boomy.name:'mooooomy'

This creates a new `Kitty` value with the new name and the old other properties (but does not modify the previous value, and binds it to a new name).

#### \_conflicts
#### _conflicts_

- The inputs have duplicate names
- One of the structure's names is already defined in scope
Expand Down Expand Up @@ -954,7 +954,7 @@ Reactions are the standard way to do event-driven programming declaratively and

Reactions also have precedence, like conditionals.

#### \_conflicts
#### _conflicts_

- The condition does not refer to a stream, and so will always or never be true

Expand Down Expand Up @@ -1014,7 +1014,7 @@ The combined set of all of the expressions above mean that most of Wordplay is e
If any sequences of tokens cannot be parsed according to this grammar, all of the tokens on the line are converted into an `UNPARSABLE` node.

#### \_conflicts
#### _conflicts_

- There are no expressions to evaluate.

Expand Down

0 comments on commit 7b533d2

Please sign in to comment.