From 77a2eac2627732b078115b62d5cf52d24656a931 Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Wed, 28 Jan 2026 20:17:11 +0100 Subject: [PATCH] docs: fix erroneous function comment --- internal/attack/incremental.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/attack/incremental.go b/internal/attack/incremental.go index 8d4d001..8566f3b 100644 --- a/internal/attack/incremental.go +++ b/internal/attack/incremental.go @@ -41,7 +41,7 @@ func detectIncrementalRoute(route string) (incrementalRoute, bool) { } // findChannelIncrement locates a numeric segment tied to channel-like keywords. -// It returns the last matching segment so we increment the most specific part. +// It returns the last match for the first keyword that yields a hit. // // Supported keywords include: channel_id, channelid, channelno, channel, channelname. func findChannelIncrement(route string) (incrementalRoute, bool) {