Skip to content

Commit 738a0ca

Browse files
committed
Typo fix
1 parent cb28097 commit 738a0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plotly.NET/ChartAPI/Chart.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ type Chart =
15291529
ch |> Chart.withScene (scene, ?Id = Id))
15301530

15311531
/// <summary>
1532-
/// Sets the given Smith object with the given id on the input chart's layout.
1532+
/// Sets the given Polar object with the given id on the input chart's layout.
15331533
/// </summary>
15341534
/// <param name="polar">The Polar object to set on the chart's layout</param>
15351535
/// <param name="id">The target polar id with which the Polar object should be set.</param>

0 commit comments

Comments
 (0)