Skip to content

Commit 6292bcb

Browse files
committed
docs
1 parent 5ae98fd commit 6292bcb

File tree

1 file changed

+1
-1
lines changed
  • compiler/noirc_evaluator/src/ssa/ir

1 file changed

+1
-1
lines changed

compiler/noirc_evaluator/src/ssa/ir/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl Type {
132132
Type::unsigned(8)
133133
}
134134

135-
/// Creates the str<N> type, of the given length N
135+
/// Creates the `str<N>` type, of the given length N
136136
pub fn str(length: u32) -> Type {
137137
Type::Array(Arc::new(vec![Type::char()]), length)
138138
}

0 commit comments

Comments
 (0)