From 04088d4b4558ee97c3e931f6b5f50472c3be9e87 Mon Sep 17 00:00:00 2001 From: Carl Allendorph Date: Tue, 10 Dec 2024 15:11:40 -0800 Subject: [PATCH] Documentation fix for `topo-pairs` --- src/si/pairs.stanza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/si/pairs.stanza b/src/si/pairs.stanza index 4010d15..afb8085 100644 --- a/src/si/pairs.stanza +++ b/src/si/pairs.stanza @@ -111,7 +111,7 @@ This function is recursive. Hence, the `KeyValue` sequence should not include a The first and last elements of the chained topology are expected to be ports of type `diff-pair`. Any other type of bundle is an error. -@param pairs Sequence of ports and instances that make up this topology +@param pair Sequence of ports and instances that make up this topology implemented as cascading `KeyValue` objects. Use the `=>` operator. Don't use `()` inside a chain. For example, use `A => B => C => D` _not_ `A => (B => C) => D` @param index Internal value needed for the recursive naming. Default is 1. You will