Skip to content

Commit

Permalink
fix typo in key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed Nov 7, 2024
1 parent 535608f commit a4677b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class PerovskiteComposition(SectionRevision):
section_def=Ion, repeats=True, a_eln=ELNAnnotation(label='A-site Ions')
)

b_ions_b_site = SubSection(
ions_b_site = SubSection(
section_def=Ion, repeats=True, a_eln=ELNAnnotation(label='B-site Ions')
)

Expand Down

0 comments on commit a4677b1

Please sign in to comment.