Skip to content

Commit cbb44b0

Browse files
authored
Remove unnecessary sentence
1 parent 8b0bf72 commit cbb44b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/type.dd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,7 @@ $(H3 $(LNAME2 noreturn, $(D noreturn)))
566566
optimize such code accordingly.)
567567

568568
$(P A function that never returns has the return type `noreturn`. This can
569-
occur due to an infinite loop or always throwing an exception.
570-
This is particularly useful when inferring types.)
569+
occur due to an infinite loop or always throwing an exception.)
571570

572571
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
573572
---

0 commit comments

Comments
 (0)