We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69860e9 commit b7a504bCopy full SHA for b7a504b
1 file changed
noir-projects/aztec-nr/aztec/src/macros/functions/mod.nr
@@ -137,8 +137,8 @@ pub comptime fn noinitcheck(f: FunctionDefinition) {
137
}
138
139
140
-/// An `allow_phase_change` function will allow transitioning from the non-revertible to the revertible phase during its
141
-/// execution.
+/// An `allow_phase_change` function will allow transitioning from the non-revertible to the revertible phase during
+/// its execution.
142
///
143
/// This is an advanced feature that is typically only required for account contract entrypoints that handle
144
/// transaction fee payment.
0 commit comments