Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Sep 13, 2024
1 parent 0e9662a commit 6ddd95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_material_processing/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class Miscut(ArchiveSection):
polar_miscut = SubSection(
section_def=PolarMiscut,
description="""
The orientation of the miscut (or offcut) in Cartesian coordinates.""",
The orientation of the miscut (or offcut) in polar coordinates.""",
)
directions_image = Quantity(
type=str,
Expand Down

0 comments on commit 6ddd95e

Please sign in to comment.