From 64274236fb03b909d784f53c41472c41313eada7 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Thu, 24 Nov 2022 19:13:22 +0000 Subject: [PATCH] docs(own-and-return): remove space --- subjects/own-and-return/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/own-and-return/README.md b/subjects/own-and-return/README.md index 793e2dc1..398910e7 100644 --- a/subjects/own-and-return/README.md +++ b/subjects/own-and-return/README.md @@ -27,7 +27,7 @@ pub fn take_film_name(/* to be implemented */) -> String { ### Usage -Here is a possible program to test your function : +Here is a possible program to test your function: ```rust use own_and_return::*;