We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ab5b7 commit 3803ed8Copy full SHA for 3803ed8
1 file changed
std/traits.d
@@ -9144,9 +9144,8 @@ enum isType(alias X) = is(X);
9144
9145
/**
9146
* 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.
+ * This is different from finding if a symbol is callable or satisfying `is(X == return)`.
+ * It finds specifically if the symbol represents a normal function (or method) declaration, i.e.
9150
* not a delegate or a function pointer.
9151
*
9152
* Returns:
0 commit comments