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() }