Skip to content

Commit

Permalink
Documentation fix for topo-pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
callendorph committed Dec 10, 2024
1 parent 723a59e commit 04088d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/si/pairs.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04088d4

Please sign in to comment.