Skip to content

Commit 3d5d9cb

Browse files
authored
Fix small text error, output is y not u
1 parent 59f7f7d commit 3d5d9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Linearization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ y &= Cx + Du
1515
\end{aligned}
1616
```
1717

18-
The `linearize` function expects the user to specify the inputs ``u`` and the outputs ``u`` using the syntax shown in the example below. The system model is *not* supposed to be simplified before calling `linearize`:
18+
The `linearize` function expects the user to specify the inputs ``u`` and the outputs ``y`` using the syntax shown in the example below. The system model is *not* supposed to be simplified before calling `linearize`:
1919

2020
## Example
2121

0 commit comments

Comments
 (0)