summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorAleksei Trifonov <avrong@avrong.me>2020-04-25 11:25:41 +0300
committerGitHub <noreply@github.com>2020-04-25 10:25:41 +0200
commit32721bbc83953ad9cad7784cce645892d74aa778 (patch)
treed18f312a0eeb07573c36cb9626ae3edd7b16ab5b /info.toml
parent630ff0e00b24bb5026fe248deb3a4818b9a38d4c (diff)
chore: fix missing space in the hint for errorsn.rs
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
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.