Skip to content

Commit

Permalink
minor rewords
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent f0b2bdd commit 40bde92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@
</p>
<br />
<ol class="list-decimal pl-[2ch]">
<li>You are being timed. Despite that, <b>prioritize minimizing guesses (&lt;30 guesses)</b>.</li>
<li>
There are {numbersCount} computing numbers hidden within this string without overlap (ignore the
line wrapping).
There are {numbersCount} computing numbers hidden within this string without overlap, ignore the
line wrapping.
</li>
<li>
Each number is wholly distinct in meaning and iconic in their respective fields of computing.
Expand All @@ -165,7 +166,6 @@
</li>
<li>Each number is 3-6 digits long, truncating if necessary.</li>
<li>The numbers become harder to identify towards the end.</li>
<li>You are being timed. Despite that, <b>prioritize minimizing guesses</b>.</li>
<li>The first number is 1970, good luck!</li>
</ol>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const numbers = [
{
value: 414141,
message:
'"AAA ..." in hexadecimal, a string often used in buffer overflow attacks or other security exploits.',
'"AAA ..." in hexadecimal, a string often used in buffer overflow attacks and other security exploits.',
guessed: false,
link: 'https://en.wikipedia.org/wiki/Buffer_overflow'
},
Expand Down Expand Up @@ -106,9 +106,9 @@ const numbers = [
},
{
value: 7400,
message: 'A popular series of digital logic integrated circuits.',
message: 'A popular series of digital logic integrated circuits, once the most popular for TTL.',
guessed: false,
link: 'https://en.wikipedia.org/wiki/7400_series'
link: 'https://en.wikipedia.org/wiki/7400-series_integrated_circuits'
},
{
value: 65537,
Expand Down

0 comments on commit 40bde92

Please sign in to comment.