Skip to content

Commit d02464c

Browse files
committed
feat(pacer): Updates getAttachmentNumberFromAnchor docstring
1 parent 4dcb0da commit d02464c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pacer.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ let PACER = {
709709
// - The document Link
710710
// - A description
711711
// - The number of pages
712+
// - File size (optional)
712713
//
713714
// Each row of the docket report has the following information:
714715
//
@@ -719,7 +720,7 @@ let PACER = {
719720
// We can use the number of elements per row to group the possible cases:
720721
//
721722
// - Rows with 3 or less elements belong to a docket report.
722-
// - Rows with four or five elements belong to an attachment menu.
723+
// - Rows with four, five or more elements belong to an attachment menu.
723724
//
724725
// This method accesses the tr element that contains the document link, checks the number
725726
// of elements inside this tag (we want to exclude rows from docket reports) and returns the

0 commit comments

Comments
 (0)