Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Current expression syntax can be defined roughly like this:

## Rules and Shapes

The two main entities of the languare are Rules and Shapes. A rule defines pattern (head) and it's corresponding substitution (body). The rule definition has the following syntax:
The two main entities of the language are Rules and Shapes. A rule defines a pattern (head) and its corresponding substitution (body). The rule definition has the following syntax:

```
<name:symbol> :: <head:expression> = <body:expression>
Expand Down