File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
docs/readthedocs/models/input Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Fixed
20
20
- Removing opened ` SwitchInput ` during connectivity check [ #1221 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1221 )
21
+ - Fixed example in ReadTheDocs [ #1244 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1244 )
21
22
22
23
### Changed
23
24
- Storage minimum level parameter removed from cylindrical thermal storage [ #1123 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1123 )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ having control over one or more physical entitites.
36
36
37
37
OperatorInput profBroccoli = new OperatorInput(
38
38
UUID.fromString("f15105c4-a2de-4ab8-a621-4bc98e372d92"),
39
- "Univ.-Prof. Dr. rer. hort. Klaus-Dieter Brokkoli "
39
+ "Univ.-Prof. Dr. rer. hort. Klaus-Dieter Broccoli "
40
40
)
41
41
```
42
42
You can’t perform that action at this time.
0 commit comments