Skip to content

Commit bc31a8b

Browse files
committed
routing: fix doc string
1 parent 677f2c3 commit bc31a8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

routing/router.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ type Config struct {
262262
// sessions.
263263
SessionSource PaymentSessionSource
264264

265-
// QueryBandwidth is a method that allows the router to query the lower
266-
// link layer to determine the up-to-date available bandwidth at a
267-
// prospective link to be traversed. If the link isn't available, then
265+
// GetLink is a method that allows the router to query the lower link
266+
// layer to determine the up-to-date available bandwidth at a
267+
// prospective link to be traversed. If the link isn't available, then
268268
// a value of zero should be returned. Otherwise, the current up-to-
269269
// date knowledge of the available bandwidth of the link should be
270270
// returned.

0 commit comments

Comments
 (0)