From c190cdc9bdec33847c55198c411ee986f0560ee9 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Fri, 2 Jul 2021 13:53:11 +0200 Subject: [PATCH] fix comment --- .../shared/file-download-link/file-download-link.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/file-download-link/file-download-link.component.ts b/src/app/shared/file-download-link/file-download-link.component.ts index e2f7633275..b415e1e701 100644 --- a/src/app/shared/file-download-link/file-download-link.component.ts +++ b/src/app/shared/file-download-link/file-download-link.component.ts @@ -25,7 +25,7 @@ export class FileDownloadLinkComponent implements OnInit { @Input() cssClasses = ''; /** - * Optional bitstream link, show in same tab or a new tab. + * A boolean representing if link is shown in same tab or in a new one. */ @Input() isBlank = false;