Skip to content

Commit

Permalink
electrodes model update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Nov 30, 2020
1 parent b00c7a9 commit 1d9daf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp_api/electrodes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class VoltageStep(BaseModel):
)

energy_vol: float = Field(
None, description="Volumetric energy (Eneryg Density) in Wh/l."
None, description="Volumetric energy (Energy Density) in Wh/l."
)

fracA_charge: float = Field(
Expand Down

0 comments on commit 1d9daf8

Please sign in to comment.