Skip to content

Commit 3803ed8

Browse files
committed
Fix line breaking
1 parent 19ab5b7 commit 3803ed8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

std/traits.d

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9144,9 +9144,8 @@ enum isType(alias X) = is(X);
91449144

91459145
/**
91469146
* Detect whether symbol or type `X` is a function or function type.
9147-
* This is different from finding
9148-
* if a symbol is callable or satisfying `is(X == return)`. It finds
9149-
* specifically if the symbol represents a normal function (or method) declaration, i.e.
9147+
* This is different from finding if a symbol is callable or satisfying `is(X == return)`.
9148+
* It finds specifically if the symbol represents a normal function (or method) declaration, i.e.
91509149
* not a delegate or a function pointer.
91519150
*
91529151
* Returns:

0 commit comments

Comments
 (0)