From 232a5b089553fa0193081318b63e4c38b49ec7a5 Mon Sep 17 00:00:00 2001 From: rodrigomha Date: Tue, 24 Sep 2024 15:25:41 -0700 Subject: [PATCH] update docstring --- src/core/formulations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/formulations.jl b/src/core/formulations.jl index 1b6ddb109a..2f98f365dd 100644 --- a/src/core/formulations.jl +++ b/src/core/formulations.jl @@ -167,7 +167,7 @@ Approximation to represent inter-area flow with each area represented as a singl """ struct AreaBalancePowerModel <: PM.AbstractActivePowerModel end """ -Linear active power approximation using the power transfer distribution factor [PTDF](https://nrel-sienna.github.io/PowerNetworkMatrices.jl/stable/tutorials/tutorial_PTDF_matrix/) matrix. Balacing areas independently. +Linear active power approximation using the power transfer distribution factor [PTDF](https://nrel-sienna.github.io/PowerNetworkMatrices.jl/stable/tutorials/tutorial_PTDF_matrix/) matrix. Balancing areas independently. """ struct AreaPTDFPowerModel <: AbstractPTDFModel end