From 8f41c4093a42430ce2ac6786eafd1d974d5f5ed2 Mon Sep 17 00:00:00 2001 From: Donald Whyte Date: Tue, 20 Jun 2017 17:09:29 +0100 Subject: [PATCH] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d5710d..de4184f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/DonaldWhyte/double.svg?branch=master)](https://travis-ci.org/DonaldWhyte/double) [![Docs](https://docs.rs/double/badge.svg)](https://docs.rs/double) -Double lets you mock `trait` implementations so that you can track function call arguments and set return values or overrides functions at test time. +Double lets you mock `trait` implementations so that you can track function call arguments and set return values or overrides functions at test time. foo Here's a quick example: