From 868a5fec720e9d122dd2801dce65c19b459e8742 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:23:26 -0800 Subject: [PATCH] Update move.md Fix "Let use" typo --- doc/src/move.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/move.md b/doc/src/move.md index df21a437c9622..41f3157e96fdd 100644 --- a/doc/src/move.md +++ b/doc/src/move.md @@ -623,7 +623,7 @@ struct available for function definitions: ``` We can now build the module extended with the new functions but still -have only one test defined. Let use change that by adding another test +have only one test defined. Let us change that by adding another test function: ``` rust