Skip to content

Commit 43f4b02

Browse files
fixup! fixup! docs: add and update docstrings for analysis points and transformations
1 parent 3f9ec30 commit 43f4b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/analysis_points.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Create an AnalysisPoint for linear analysis. Analysis points can be created by calling
66
77
```
8-
connect(in, :ap_name, out...)
8+
connect(out, :ap_name, in...)
99
```
1010
11-
Where `in` is the input to the connection, and `out...` are the outputs. All involved
11+
Where `out` is the output being connected to the inputs `in...`. All involved
1212
connectors (input and outputs) are required to either have an unknown named
1313
`u` or a single unknown, all of which should have the same size.
1414

0 commit comments

Comments
 (0)