From ea82ea168cf1c1abebd0b44e0a8f29f089688cf4 Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 20 Sep 2023 16:29:58 +0000 Subject: [PATCH] Docs fix --- docs/docs/dev_docs/getting_started/token_contract_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev_docs/getting_started/token_contract_tutorial.md b/docs/docs/dev_docs/getting_started/token_contract_tutorial.md index e7b435b2877e..d162ff8fafb3 100644 --- a/docs/docs/dev_docs/getting_started/token_contract_tutorial.md +++ b/docs/docs/dev_docs/getting_started/token_contract_tutorial.md @@ -373,7 +373,7 @@ Copy and paste the body of each function into the appropriate place in your proj ### Constructor -In the source code, the constructor logic is commented out. I uncommented it here for legibility, but you should comment out the body of the function in your example, otherwise the contract may not compile. +In the source code, the constructor logic is commented out. I uncommented it here for legibility, but you should comment out the body of the function in your example, otherwise the contract may not successfully deploy. ```rust #[aztec(private)]