Skip to content

Commit 98f2652

Browse files
authored
fix: typo (#8859)
1 parent 6f49cef commit 98f2652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/src/components/cairo/modules/language_constructs/pages/block-expression.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let five: i32 = {
3131
5
3232
};
3333
34-
// Block evaluates to never-type, which is coerced to explicitly set i32.
34+
// Block evaluates to never-type, which is coerced to set i32 explicitly.
3535
let never: i32 = {
3636
return 6;
3737
};

0 commit comments

Comments
 (0)