From ee5402eea3201dacc311b220dfd7e829150208e2 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 4 Feb 2024 14:37:56 +1100 Subject: [PATCH] Fix typo. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 293ef87..708cd27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dhat-rs **Warning:** *This crate is experimental. It relies on implementation techniques -that are hard to keep working for 100% of configuratios. It may work fine for +that are hard to keep working for 100% of configurations. It may work fine for you, or it may crash, hang, or otherwise do the wrong thing. Its maintenance is not a high priority of the author. Support requests such as issues and pull requests may receive slow responses, or no response at all. Sorry!* diff --git a/src/lib.rs b/src/lib.rs index 219f001..39cd573 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ #![deny(missing_debug_implementations)] //! **Warning:** *This crate is experimental. It relies on implementation -//! techniques that are hard to keep working for 100% of configuratios. It may +//! techniques that are hard to keep working for 100% of configurations. It may //! work fine for you, or it may crash, hang, or otherwise do the wrong thing. //! Its maintenance is not a high priority of the author. Support requests such //! as issues and pull requests may receive slow responses, or no response at