Typo in README: Redundant 'the' in documentation
vimkim opened this issue · 0 comments
vimkim commented
There is a minor redundancy in the README.md file regarding the usage of --auto-args with debug information. The sentence in question is:
If debug information for the program (gcc -g) is available, --auto-args works even on functions inside the compiled the user programs.
specifically,
the compiled the user
Proposal
I propose the following:
If debug information for the program (gcc -g) is available, --auto-args works even on functions inside the user-compiled programs.
specifically,
the compiled the user -> the user-compiled
or any other corrections you like.