Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 30, 2023
1 parent 280d5f3 commit eca31f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/minipipeline/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
"github.com/ooni/probe-cli/v3/internal/runtimex"
)

// NewLinearWebAnalysis constructs a slice containing all the observations.
// NewLinearWebAnalysis constructs a slice containing all the observations
// contained inside the given [*WebObservationsContainer].
//
// We sort the observations as follows:
// We sort the returned list as follows:
//
// 1. by descending TagDepth;
//
Expand Down

0 comments on commit eca31f0

Please sign in to comment.