Skip to content

Commit

Permalink
Merge 2153355 into fc74c55
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Sep 13, 2024
2 parents fc74c55 + 2153355 commit 8c719d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/meta/ctstring.nr
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 8c719d2

Please sign in to comment.