mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
Merge pull request #357 from ratfactor/check_patches
Fixed some broken patches
This commit is contained in:
commit
f86db89f41
@ -1,4 +1,4 @@
|
|||||||
92c92
|
91c91
|
||||||
< ???.zap(???);
|
< ???.zap(???);
|
||||||
---
|
---
|
||||||
> heat_ray.zap(alien);
|
> heat_ray.zap(alien);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
43c43
|
46c46
|
||||||
< const shuttle_weight: f16 = 907.18 * 2200;
|
< const shuttle_weight: f16 = 907.18 * 2200;
|
||||||
---
|
---
|
||||||
> const shuttle_weight: f32 = 907.18 * 2200.0;
|
> const shuttle_weight: f32 = 907.18 * 2200.0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user