Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpillar committed Feb 12, 2022
1 parent a5ddbe7 commit 3dce169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ will evaluated to `true` if the key exists in the object,

## Equality operators

Equelity operators in req are used to evaluate two expressions on either side of
Equality operators in req are used to evaluate two expressions on either side of
an operator to determine their equality. In req, these are,

== equals
Expand Down
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Syntax

A req script is a plain text file with `.req` suffixed to the name, Each script
A req script is a plain text file with `.req` suffixed to the name. Each script
file is a list of statements, ending with a semicolon (`;`).

* [Comments](#comments)
Expand Down

0 comments on commit 3dce169

Please sign in to comment.