diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aed99080..b35da38c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Removing opened `SwitchInput` during connectivity check [#1221](https://github.com/ie3-institute/PowerSystemDataModel/issues/1221) +- Fixed example in ReadTheDocs [#1244](https://github.com/ie3-institute/PowerSystemDataModel/issues/1244) ### Changed - Storage minimum level parameter removed from cylindrical thermal storage [#1123](https://github.com/ie3-institute/PowerSystemDataModel/issues/1123) diff --git a/docs/readthedocs/models/input/operator.md b/docs/readthedocs/models/input/operator.md index 1674de745..b0d0dac63 100644 --- a/docs/readthedocs/models/input/operator.md +++ b/docs/readthedocs/models/input/operator.md @@ -36,7 +36,7 @@ having control over one or more physical entitites. OperatorInput profBroccoli = new OperatorInput( UUID.fromString("f15105c4-a2de-4ab8-a621-4bc98e372d92"), - "Univ.-Prof. Dr. rer. hort. Klaus-Dieter Brokkoli" + "Univ.-Prof. Dr. rer. hort. Klaus-Dieter Broccoli" ) ```