1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 14:59:37 +02:00

Fix typo in googletest.md (#1804)

The word `strings` is repeated unnecessarily
This commit is contained in:
IP1llar 2024-02-12 14:37:12 +00:00 committed by GitHub
parent e576b7f548
commit 2f7dc8f93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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