Skip to content

Commit

Permalink
Typo fix by Sully
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed May 6, 2024
1 parent 8fec5f0 commit 76c5b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/introductions/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ As an if-then statement, we could write "for all `X` and `Y`, if `edge X Y` then

edge Y X :- edge X Y.

Note that this if-thin statement is written backwards from how it's written in English:
Note that this if-then statement is written backwards from how it's written in English:
the "then" part, the **conclusion** is written first, followed by the `:-` symbol.
After the `:-` symbol is **premises**. (There can be more than one premise. If there
aren't any premises we're just defining a fact, so we don't write the `:-` symbol at
Expand Down

0 comments on commit 76c5b6a

Please sign in to comment.