Skip to content

Commit 6e3c505

Browse files
committed
Link to divergence in never type intro
This tries to punch up the never type intro by linking to the divergence chapter.
1 parent 6e3f79b commit 6e3c505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/never.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ r[type.never]
22
# Never type
33

44
r[type.never.intro]
5-
The never type `!` is a type with no values, representing the result of computations that never complete.
5+
The never type `!` is a type with no values, representing computations that never complete, also known as [diverging][divergence] computations.
66

77
> [!EXAMPLE]
88
> ```rust

0 commit comments

Comments
 (0)