Skip to content

Commit 0f76f2a

Browse files
authored
Fix link rot for "What is Gradual Typing?" article (#2009)
1 parent 60773a2 commit 0f76f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-guide/chapters/types/00_types_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Nu is strongly typed and gradually typed.
77
- **Strongly typed:** Types are strictly enforced.
88
- **Gradually typed:** A mix between static (types are checked at compile time) type checks and dynamic (types are checked at runtime).
99

10-
Gradual typing is a clarification of optional typing where the developer could choose or not choose to add type annotations to declarations. This paper from Jeremy Siek is here: [What is Gradual Typing?](https://wphomes.soic.indiana.edu/jsiek/what-is-gradual-typing/)
10+
Gradual typing is a clarification of optional typing where the developer could choose or not choose to add type annotations to declarations. This paper from Jeremy Siek is here: [What is Gradual Typing?](https://jsiek.github.io/home/WhatIsGradualTyping.html)

0 commit comments

Comments
 (0)