Skip to content

Commit d0d19d7

Browse files
fix: add for loops closing comment
1 parent d343159 commit d0d19d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/typescript-examples/contracts/ControlFlow/contract.algo.ts

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default class ControlFlow extends Contract {
8181

8282
return reversed
8383
}
84+
// example: FOR_LOOP
8485

8586
// example: SWITCH_CASE
8687
/**

0 commit comments

Comments
 (0)