From 2153355b010bfea4aca2ae877418fcc225b9918c Mon Sep 17 00:00:00 2001 From: Jake Fecher Date: Fri, 13 Sep 2024 12:04:28 -0500 Subject: [PATCH] Fix docs --- noir_stdlib/src/meta/ctstring.nr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir_stdlib/src/meta/ctstring.nr b/noir_stdlib/src/meta/ctstring.nr index 0ef8ac67cfb..85f386ab69e 100644 --- a/noir_stdlib/src/meta/ctstring.nr +++ b/noir_stdlib/src/meta/ctstring.nr @@ -3,7 +3,7 @@ use crate::append::Append; impl CtString { // docs:start:new comptime fn new() -> Self { - // docs::end::new + // docs:end:new "".as_ctstring() }