diff --git a/src/Avalonia.Base/Media/MediaContext.cs b/src/Avalonia.Base/Media/MediaContext.cs
index a41107360a..05872a3e50 100644
--- a/src/Avalonia.Base/Media/MediaContext.cs
+++ b/src/Avalonia.Base/Media/MediaContext.cs
@@ -214,8 +214,8 @@ internal partial class MediaContext : ICompositorScheduler
}
///
- /// Executes the callback in the layout pass that will occur
- /// immediately before the next rendered frame.
+ /// Executes the callback in the next iteration of the current UI-thread
+ /// render loop / layout pass that.
///
/// Code to execute.
public void BeginInvokeOnRender(Action callback)