From 6313f39ccb5f4286bd5b8c6cb082adc471cd4039 Mon Sep 17 00:00:00 2001 From: James Gay Date: Tue, 14 Nov 2023 14:18:02 +0800 Subject: [PATCH] fixed typo in functions qn3 work --- en/src/basic-types/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/basic-types/functions.md b/en/src/basic-types/functions.md index 6f4abfe..3da3d29 100644 --- a/en/src/basic-types/functions.md +++ b/en/src/basic-types/functions.md @@ -35,7 +35,7 @@ fn print() -> i32 { ```rust,editable // Solve it in two ways -// DON'T let `println!` works +// DON'T let `println!` work fn main() { never_return();