Skip to content

Commit d077663

Browse files
committed
docs(DlDateTimePickerChange): remove redundant type annotation from value comment
1 parent 1d3dbb4 commit d077663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dl-date-time-picker/dl-date-time-picker-change.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class DlDateTimePickerChange<D> {
2828

2929
/**
3030
* Get the new value of the date/time picker.
31-
* @returns {D} the new value or null.
31+
* @returns the new value or null.
3232
*/
3333
get value(): D {
3434
return this._value;

0 commit comments

Comments
 (0)