From 55470f73571ce0e0279f5697a252695e8c8df9b5 Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Mon, 20 Jan 2025 16:06:29 +0000 Subject: [PATCH] Change `create` to `construct` in rustdocs --- units/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/src/parse.rs b/units/src/parse.rs index 6127a8f9e..aa5a7bf3e 100644 --- a/units/src/parse.rs +++ b/units/src/parse.rs @@ -121,7 +121,7 @@ fn int + Into>(s: S) -> Result