Skip to content

Commit 707f100

Browse files
committed
Correct DocString
1 parent 64de725 commit 707f100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MigraDocCore.Rendering/MigraDoc.Rendering/FormattedDocument.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ public PageInfo GetPageInfo(int page)
425425

426426

427427
/// <summary>
428-
/// Returns the absolute Y postion of the last item on last page in points.
428+
/// Returns the absolute Y position of the last item on the last page in points.
429429
/// Must be called after rendering the document.
430430
/// </summary>
431-
/// <returns>double the Y Position.</returns>
431+
/// <returns>The current Y position at the end of the last page.</returns>
432432
public double GetCurrentMigraDocPosition()
433433
{
434434
RenderInfo[] RenderInfos = GetRenderInfos(PageCount);

0 commit comments

Comments
 (0)