davmlaw / 2024_assignment_5_adelaide_uni_bioinfo

MIT License
0 stars 47 forks source link

Fix issues #44 and #45 by changing the XXXXXXX and UPPERCASE bugs. #46

Closed Sinthia-Sabnam closed 5 days ago

Sinthia-Sabnam commented 1 month ago

Hello there!

This pull request fixes two issues with the data/a1954027.txt file:

44

Issue 1: High severity bug (XXXXXXX) – The XXXXXXX placeholders were removed from the file, ensuring proper spacing between words.

45

Issue 2: Low severity bug (UPPERCASE) – Certain words that were incorrectly capitalized have been converted to lowercase.

Both fixes were applied to the main branch, and the changelog was updated accordingly. Thanks for reviewing these changes!

Sinthia