summaryrefslogtreecommitdiff
path: root/src/library/insert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/insert.rs')
-rw-r--r--src/library/insert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/insert.rs b/src/library/insert.rs
index a06cf170..6f267b7a 100644
--- a/src/library/insert.rs
+++ b/src/library/insert.rs
@@ -7,7 +7,7 @@ use crate::prelude::*;
/// `image`: Insert an image.
///
/// # Positional arguments
-/// - The path to the image (string)
+/// - Path (`string`): The path to the image file.
///
/// Supports PNG and JPEG files.
pub fn image(mut args: Args, ctx: &mut EvalContext) -> Value {