Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Oct 4, 2024
2 parents 91ed031 + 6499df5 commit 6afe0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6afe0e4

Please sign in to comment.