From 538f3081f7ac158d983e182ce848254f63335740 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Tue, 6 Feb 2024 15:50:51 +0000 Subject: [PATCH] fix(docs): another one (#4455) --- docs/docs/developers/contracts/syntax/context.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developers/contracts/syntax/context.mdx b/docs/docs/developers/contracts/syntax/context.mdx index 5f6a028dfed..47e3c586ebf 100644 --- a/docs/docs/developers/contracts/syntax/context.mdx +++ b/docs/docs/developers/contracts/syntax/context.mdx @@ -34,7 +34,7 @@ The following section will cover both contexts. ## The Private Context The code snippet below shows what is contained within the private context. -#include_code private-context /yarn-project/aztec-nr/aztec/src/context.nr rust +#include_code private-context /yarn-project/aztec-nr/aztec/src/context/private.nr rust ### Private Context Broken Down