Fix Typos in pub_stats.hpp
and prng.h
#423
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix Typos in
pub_stats.hpp
andprng.h
Description
This pull request fixes minor typographical errors in the comments of two files:
pub_stats.hpp
: Corrected "submited" to "submitted".prng.h
: Corrected "occassionally" to "occasionally".Changes:
In
pub_stats.hpp
:// number of prices submited
// number of prices submitted
In
prng.h
:Motivation
Enhance the readability and professionalism of the codebase by correcting typographical errors in comments.
Testing
No functional changes were made to the code. No additional tests are required.
If there are further suggestions or edits needed, feel free to let me know! 😊