Skip to content

Commit 057b745

Browse files
authored
Merge pull request #280 from rcbrost/RCB_OpenCSP_learning
Fixed typo in comment.
2 parents 1d9c2af + c3eb903 commit 057b745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencsp/common/lib/csp/Facet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def orthorectified_slope_array(self, x_vec: np.ndarray, y_vec: np.ndarray) -> np
128128
return slope_data # facet child
129129

130130
def get_2D_dimensions(self) -> tuple[float, float]:
131-
"""Returns width and heightin facet's child coordinate
131+
"""Returns width and height in facet's child coordinate
132132
reference frame.
133133
134134
Returns

0 commit comments

Comments
 (0)