Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaeffer committed Apr 20, 2024
1 parent 9ce40ba commit f2de887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/04-graph-representation/01-type-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ We can use colors to represent the three fundamental types of the type system:
| Entity Type | <code class="token rg-entity-type">--selective-yellow</code> | <span class="tag rg-entity-type">Entity Type</span><br> `<span class="tag rg-entity-type">Entity Type</span>` | <span class="token rg-entity-type">Entity Type</span><br> `<span class="token rg-entity-type">Entity Type</span>` |
| Relation Type | <code class="token rg-relation-type">--malachite</code> | <span class="tag rg-relation-type">Relation Type</span><br> `<span class="tag rg-relation-type">Relation Type</span>` | <span class="token rg-relation-type">Relation Type</span><br> `<span class="token rg-relation-type">Relation Type</span>` |

For example, to represent that a User (which is a entity type) belongs to (which is a relation type) an organization
(which is also a entity type), we would use the colors like so:
For example, to represent that a User (which is an entity type) belongs to (which is a relation type) an organization
(which is also an entity type), we would use the colors like so:

<code style="color: var(--text-1); font-size: var(--font-size-5);">
<span class="tag rg-entity-type">User</span>---<span class="tag rg-relation-type">belongs to</span>--&gt;<span class="tag rg-entity-type">Organization</span>
Expand Down

0 comments on commit f2de887

Please sign in to comment.