Skip to content

Commit

Permalink
readme small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ATTron committed Jul 7, 2024
1 parent bff332f commit 353ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub fn main() !void {
var tle = try TLE.parse(raw_tle, gpa);
defer tle.deinit();
var test_sc = Spacecraft.create("dummy_sc", test_tle, 300.000, spacecraft.Satellite_Size.Cube, constants.earth, std.testing.allocator);
var test_sc = Spacecraft.create("dummy_sc", test_tle, 300.000, spacecraft.Satellite_Size.Cube, constants.earth, allocator);
defer test_sc.deinit();
try test_sc.propagate(
Expand Down

0 comments on commit 353ea6d

Please sign in to comment.