From c9dd8c68544f7ea4afcb67829430c9d2952cbe58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:59:14 +0200 Subject: [PATCH 1/2] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa4221..77d5244 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ assert_relative_eq!(big, 703.2270331047702, max_relative = 4e-16); assert_relative_eq!(tiny, -715.7695669234213, max_relative = 4e-16); ``` -Importing the `LambertW` trait lets you call the functions with postfix notations: +Importing the `LambertW` trait lets you call the functions with postfix notation: ```rust use lambert_w::LambertW; From 6499df529fc89c0733ae2219925bf2e5f13bfe27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:59:34 +0200 Subject: [PATCH 2/2] grammar --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 55c4503..5f69d67 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,7 +89,7 @@ assert_relative_eq!(tiny, -715.7695669234213, max_relative = 4e-16); "# )] //! -//! Importing the [`LambertW`] trait lets you call the functions with postfix notations: +//! Importing the [`LambertW`] trait lets you call the functions with postfix notation: #![cfg_attr( feature = "50bits", doc = r#"