From 71ad2ea143214edc08218e5d47ae26139bfd39fc Mon Sep 17 00:00:00 2001
From: Aleksei Trifonov <avrong@avrong.me>
Date: Sat, 25 Apr 2020 01:26:17 +0300
Subject: [PATCH] Fix missing space in the hint for errorsn.rs

---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index faaef42..71bb3dd 100644
--- a/info.toml
+++ b/info.toml
@@ -501,7 +501,7 @@ mode = "test"
 hint = """
 First hint: To figure out what type should go where the ??? is, take a look
 at the test helper function `test_with_str`, since it returns whatever
-`read_and_validate` returns and`test_with_str` has its signature fully
+`read_and_validate` returns and `test_with_str` has its signature fully
 specified.