docs: fix erroneous function comment

This commit is contained in:
Brendan Le Glaunec
2026-01-28 20:17:11 +01:00
parent dc4d6c9489
commit 77a2eac262
+1 -1
View File
@@ -41,7 +41,7 @@ func detectIncrementalRoute(route string) (incrementalRoute, bool) {
} }
// findChannelIncrement locates a numeric segment tied to channel-like keywords. // 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. // Supported keywords include: channel_id, channelid, channelno, channel, channelname.
func findChannelIncrement(route string) (incrementalRoute, bool) { func findChannelIncrement(route string) (incrementalRoute, bool) {