Skip to content

Commit

Permalink
Update src/easyreflectometry/sample/collections/sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 authored Sep 20, 2024
1 parent 6ac7012 commit 9231a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easyreflectometry/sample/collections/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def superphase(self) -> Layer:
@property
def subphase(self) -> Layer:
"""The subphase of the sample."""
# This assembly on got one layer
# This assembly only got one layer
if self[-1].back_layer is None:
return self[-1].front_layer
else:
Expand Down

0 comments on commit 9231a3b

Please sign in to comment.