Skip to content

Commit bb753e6

Browse files
committed
fixing typos
1 parent 40612e1 commit bb753e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function SolveQuartic(): u8 {
216216
//
217217
// input buffer at INPUT_BUFFER_OFFSET:
218218
// |------------------------------------------------------------------|
219-
// | [ 0 ]: <f64> projectile velocity |
219+
// | [ 0 ]: <f64> projectile speed |
220220
// |------------------------------------------------------------------|
221221
// | [ 1 ]: <f64> force of gravity, positive is down |
222222
// |------------------------------------------------------------------|

0 commit comments

Comments
 (0)