doc tweaks

This commit is contained in:
Adrian Mariano
2023-03-02 22:54:39 -05:00
parent d8549f728f
commit e8c400517e
2 changed files with 4 additions and 3 deletions

View File

@@ -935,7 +935,7 @@ module shape_compare(eps=1/1024) {
}
// Section: Looping Helpers
// Section: C-Style For Loop Helpers
// You can use a list comprehension with a C-style for loop to iteratively make a calculation.
// .
// The syntax is: `[for (INIT; CONDITION; NEXT) RETVAL]` where: