Skip to content

Commit 477222e

Browse files
Merge branch 'render-settings' of https://github.com/beto-rodriguez/LiveCharts2 into render-settings
2 parents a851231 + a7c5de7 commit 477222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveChartsCore/Motion/MotionCanvasComposer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace LiveChartsCore.Motion;
2626

2727
/// <summary>
28-
/// Defines a motion canvas copmposer, a pair of render mode and frame ticker.
28+
/// Defines a motion canvas composer, a pair of render mode and frame ticker.
2929
/// </summary>
3030
public class MotionCanvasComposer(IRenderMode renderMode, IFrameTicker ticker)
3131
{

0 commit comments

Comments
 (0)