From 2f7dc8f93d7e5989d8e7bc781549a44e0fa89c3e Mon Sep 17 00:00:00 2001 From: IP1llar Date: Mon, 12 Feb 2024 14:37:12 +0000 Subject: [PATCH] Fix typo in googletest.md (#1804) The word `strings` is repeated unnecessarily --- src/testing/googletest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testing/googletest.md b/src/testing/googletest.md index 0634dcc2..438e90d2 100644 --- a/src/testing/googletest.md +++ b/src/testing/googletest.md @@ -40,8 +40,8 @@ Error: See failure output above - This just scratches the surface, there are many builtin matchers. -- A particularly nice feature is that mismatches in multi-line strings strings - are shown as a diff: +- A particularly nice feature is that mismatches in multi-line strings are shown + as a diff: ```rust,ignore {{#include googletest.rs:test_multiline_string_diff}}