Skip to content

Commit 0a411de

Browse files
prql-botmav3ri3k
andauthored
chore: Backport #4831 to web (#4833)
Co-authored-by: Apurva Mishra <59974350+mav3ri3k@users.noreply.github.com>
1 parent 4c1ccb7 commit 0a411de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/book/src/reference/spec/type-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Example of the mapping between PTS and two STSs:
6666
**Algebraic types** - have a way of expressing sum and product types. In Rust,
6767
sum would be an enum and product would be tuple or a struct. In SQL, product
6868
would be a row, since it can contain different types, all at once. Sum would be
69-
harder to express, see (this
70-
post)[https://www.parsonsmatt.org/2019/03/19/sum_types_in_sql.html ].
69+
harder to express, see
70+
[this post](https://www.parsonsmatt.org/2019/03/19/sum_types_in_sql.html).
7171

7272
The value proposition here is that algebraic types give a lot modeling
7373
flexibility, all while being conceptually simple.

0 commit comments

Comments
 (0)