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}}