From 5ddbd382cd434070ab5b99c3600fc2703e05b400 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 16 Mar 2018 19:35:47 +0000 Subject: Fix typo in doc of FPDFDest_GetDestPageIndex. Change-Id: Ic312c540dcdc19d0c81ae85a7c5b201a00bacf7f Reviewed-on: https://pdfium-review.googlesource.com/28730 Reviewed-by: Lei Zhang Commit-Queue: Henrique Nakashima --- public/fpdf_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h index b0a1f3b492..9181cbc9e5 100644 --- a/public/fpdf_doc.h +++ b/public/fpdf_doc.h @@ -195,7 +195,7 @@ FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest); // document - handle to the document. // dest - handle to the destination. // -// Returns the -based page index containing |dest|. Returns -1 on error. +// Returns the 0-based page index containing |dest|. Returns -1 on error. FPDF_EXPORT int FPDF_CALLCONV FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest); -- cgit v1.2.3