Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 11, 2024
1 parent d4845c4 commit 5c773bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/src/lib/primes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local function primes(stop)
then
table.insert(newlist, value)
else
sieve[value] = { value }
sieve[value] = { step }
end
end
sieve[cand] = nil
Expand Down

0 comments on commit 5c773bf

Please sign in to comment.