Skip to content

Commit 29177a5

Browse files
committed
optimize comments
1 parent 867283a commit 29177a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/sticky-header/sticky-header-dir.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
9696
*/
9797
private _containerStart: number;
9898
/**
99-
* It is 'The bottom of CdkStickyRegion of current sticky header - the height
100-
* of current header', which is used with '_containerStart' to judge whether the current header
101-
* need to be stuck.
99+
* `_scrollFinish` is the place from where the stuck element should be unstuck
102100
*/
103101
private _scrollFinish: number;
104102
/** The width of the sticky-header when it is stuck. */

0 commit comments

Comments
 (0)