Skip to content

Commit 4a129c3

Browse files
committed
Remove redundant change
1 parent 3803ed8 commit 4a129c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/traits.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9143,7 +9143,7 @@ enum isType(alias X) = is(X);
91439143
}
91449144

91459145
/**
9146-
* Detect whether symbol or type `X` is a function or function type.
9146+
* Detect whether symbol or type `X` is a function.
91479147
* This is different from finding if a symbol is callable or satisfying `is(X == return)`.
91489148
* It finds specifically if the symbol represents a normal function (or method) declaration, i.e.
91499149
* not a delegate or a function pointer.

0 commit comments

Comments
 (0)