diff options
Diffstat (limited to 'library/src/meta/context.rs')
| -rw-r--r-- | library/src/meta/context.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/meta/context.rs b/library/src/meta/context.rs index 2ed359ee..a42c6980 100644 --- a/library/src/meta/context.rs +++ b/library/src/meta/context.rs @@ -15,7 +15,7 @@ use crate::prelude::*; /// /// ## Methods /// ### page() -/// Return the page number for this location. +/// Returns the page number for this location. /// /// Note that this does not return the value of the [page counter]($func/counter) /// at this location, but the true page number (starting from one). @@ -26,7 +26,7 @@ use crate::prelude::*; /// - returns: integer /// /// ### position() -/// Return a dictionary with the page number and the x, y position for this +/// Returns a dictionary with the page number and the x, y position for this /// location. The page number starts at one and the coordinates are measured /// from the top-left of the page. /// |
