From a290fc7ddf777866b1b1d73a7e62b9ea8ba67e97 Mon Sep 17 00:00:00 2001 From: Daniel Drodt <132357467+Drodt@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:38:22 +0200 Subject: [PATCH] Update src/lib.rs Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3a2b83b..fef85f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -508,7 +508,7 @@ entry! { /// Publisher of the item. May be a string or a dictionary with `name` and /// `location` (both strings). "publisher" => publisher: Publisher, - /// Physical location at the event took place. + /// Physical location at which the event took place. "location" => location: FormatString, /// Organization at/for which the item was created. "organization" => organization: FormatString,