summaryrefslogtreecommitdiff
path: root/docs/overview.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/overview.txt')
-rw-r--r--docs/overview.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 0e558fe8..0a194948 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -19,7 +19,7 @@ using MuPDF should use the error handling strategies described below.
Common function arguments
=========================
-Most functions in MuPDFs interface take a context argument.
+Most functions in MuPDF's interface take a context argument.
A context contains global state used by MuPDF inside functions when
parsing or rendering pages of the document. It contains for example:
@@ -101,7 +101,7 @@ The macro based nature of this system has 3 main limitations:
in fz_try throwing an exception may become undefined as part
of the process of throwing that exception.
- As a way of mitigating this problem, we provide an fz_var()
+ As a way of mitigating this problem, we provide a fz_var()
macro that tells the compiler to ensure that that variable is
not unset by the act of throwing the exception.